-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 858 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 858 Bytes
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
{
"name": "i18n-abc",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./index.js",
"i18n": "node ./index.js scan && node ./index.js transform",
"scan": "node ./index.js scan",
"transform": "node ./index.js transform"
},
"bin": {
"i18n-abc": "./index.js"
},
"keywords": [],
"author": "JeffJing",
"license": "ISC",
"dependencies": {
"chinese-s2t": "^1.0.0",
"commander": "^8.1.0",
"eol": "^0.9.1",
"gulp-sort": "^2.0.0",
"i18next-scanner": "^3.0.0",
"js-crc": "^0.2.0",
"lodash": "^4.17.21",
"sortobject": "^4.15.0",
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"xlsx": "^0.17.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^7.31.0",
"eslint-config-blockabc": "^0.13.0",
"typescript": "^4.3.5"
}
}