-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 955 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
{
"name": "hk-i18n",
"version": "1.0.10",
"description": "",
"main": "./bin/index.js",
"bin": "./bin/index.js",
"keywords": [],
"homepage": "https://github.com/mx52jing/hk-i18n.git",
"author": "mx52jing",
"license": "ISC",
"dependencies": {
"@babel/generator": "^7.18.0",
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.18.0",
"@babel/types": "^7.18.0",
"@vitalets/google-translate-api": "^8.0.0",
"chalk": "^4.1.2",
"commander": "^9.2.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"inquirer": "^8.2.4",
"node-xlsx": "^0.21.0",
"ora": "^5.4.1",
"prettier": "2.6.2"
},
"devDependencies": {
"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.17.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/inquirer": "^8.2.1",
"@types/prettier": "^2.6.1",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14.19.0"
}
}