-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.16 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "geylnu-fanyi",
"version": "0.1.7",
"description": "一个支持多种翻译引擎,可配置的命令行翻译工具",
"bin": {
"gfy": "./dist/cli.js"
},
"main": "./dist/cli.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"translate"
],
"files": [
"/dist/"
],
"repository": {
"url": "https://github.com/Geylnu/geylnu-node-fanyi"
},
"author": "geylnu",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"commander": "^5.0.0",
"fs-extra": "^9.0.0",
"google-translate-open-api": "^1.3.2",
"inquirer": "^7.1.0",
"ora": "^4.0.4",
"say": "^0.16.0",
"youdao-fanyi": "^2.0.0"
},
"devDependencies": {
"babel-jest": "^25.1.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/axios": "^0.14.0",
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^8.1.0",
"@types/inquirer": "^6.5.0",
"@types/node": "^13.9.2",
"@types/jest": "^25.1.4",
"@types/mock-fs": "^4.10.0",
"jest": "^25.1.0",
"mock-fs": "^4.11.0",
"ts-node": "^8.7.0",
"typescript": "^3.8.3"
}
}