-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.71 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "arknights-toolbox-data",
"version": "2.3.0",
"main": "index.js",
"author": "神代綺凛 <[email protected]>",
"license": "MIT",
"scripts": {
"build": "ts-node ./build/index.ts",
"update": "ts-node ./src/index.ts",
"update:local": "cross-env UPDATE_SOURCE=local ts-node ./src/index.ts",
"update:yuanyan": "cross-env UPDATE_SOURCE=yuanyan ts-node ./src/index.ts",
"update:arkntools": "cross-env UPDATE_SOURCE=arkntools ts-node ./src/index.ts"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@types/css": "^0.0.33",
"@types/csso": "^5.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jimp": "^0.2.28",
"@types/js-md5": "^0.7.0",
"@types/lodash": "^4.14.194",
"@types/md5-file": "^5.0.0",
"@types/node": "^16.18.25",
"@types/opencc-js": "^1.0.0",
"axios": "^1.4.0",
"cross-env": "^7.0.3",
"css": "^3.0.0",
"csso": "^5.0.5",
"fs-extra": "^11.1.1",
"glob": "^10.2.2",
"jimp": "^0.22.8",
"js-md5": "^0.7.3",
"jszip": "^3.10.1",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"lodash": "^4.17.21",
"md5-file": "^5.0.0",
"opencc-js": "^1.0.5",
"pinyin-pro": "^3.14.0",
"transliteration": "^2.3.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"type-fest": "^3.9.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-ts": "^21.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
}
}