-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
{
"name": "@renkunx/translate-cli",
"version": "1.1.2",
"description": "Machine learning translate any language by public api.",
"main": "index.js",
"bin": {
"translate": "./index.js"
},
"scripts": {
"push": "npm version patch -m 'release' && npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"translate": "translate -t file ./locales/zh.json ./locales/en.json"
},
"keywords": [
"translate",
"json",
"baidu",
"cli"
],
"author": "renkunx",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/renkunx/translate-cli"
},
"dependencies": {
"axios": "^0.27.2",
"commander": "^9.2.0",
"deep-object-diff": "^1.1.0",
"form-data": "^4.0.0",
"i18n": "^0.15.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"ora": "^6.1.2"
}
}