-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 872 Bytes
/
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": "i18n-collect-cli",
"version": "1.0.5",
"description": "i18n environment Chinese extract and input",
"main": "index.js",
"scripts": {
"test": "node getLang.js"
},
"bin": {
"i18n-collect-cli": "./index.js"
},
"files": [
"index.js",
"lib",
"utils"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xujiujiu/i18n-collect-cli.git"
},
"keywords": [
"i18n"
],
"author": "xujiujiu",
"license": "MIT",
"bugs": {
"url": "https://github.com/xujiujiu/i18n-collect-cli/issues"
},
"homepage": "https://github.com/xujiujiu/i18n-collect-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.1.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"node-xlsx": "^0.23.0",
"semver": "^7.3.5"
}
}