forked from leeguangxing/translate-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 815 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": "@leeguangxing/translate-cli",
"version": "1.0.3",
"description": "translate cli tool.",
"main": "index.js",
"bin": {
"translate": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"cli",
"translate"
],
"repository": {
"type": "git",
"url": "https://github.com/leeguangxing/translate-cli"
},
"author": "leeguangxing.cn",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
"cli-progress": "^3.11.2",
"commander": "^9.4.1",
"cross-fetch": "^3.1.6",
"glob": "^8.0.3",
"inquirer": "8.2.4",
"log4js": "^6.6.1",
"request": "^2.88.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"eslint": ">=5.16.0",
"eslint-config-google": "^0.14.0"
}
}