-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "tsukiko",
"version": "1.4.2",
"description": "Dynamic Types Cheker At Runtime Which Develop",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc && rm -rf tsconfig.tsbuildinfo",
"test": "jest",
"coverage": "jest --coverage",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"doc": "typedoc src --plugin typedoc-plugin-markdown --readme none"
},
"keywords": ["typescript", "types", "io-ts", "runtime-types", "dynamic", "tools", "config"],
"author": "Hotaru <me@hotaru.icu>",
"license": "GPL-3.0",
"files": ["dist", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@kotori-bot/i18n": "^1.2.0",
"reflect-metadata": "^0.2.2",
"@types/json-schema": "^7.0.15"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.2",
"conventional-changelog-cli": "^4.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.2",
"typescript": "^5.5.4"
},
"bugs": {
"url": "https://github.com/biyuehu/tsukiko/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biyuehu/tsukiko.git"
}
}