forked from keenwon/eazydict-google
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.3 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
52
53
54
55
56
57
58
{
"name": "eazydict-google",
"version": "2.1.0",
"description": "EazyDict Google词典插件",
"main": "index.js",
"scripts": {
"test": "elint lint \"lib/**/*.js\" defaultConfig.js index.js --fix",
"beforecommit": "elint lint commit && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keenwon/eazydict-google.git"
},
"author": {
"name": "keenwon",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keenwon/eazydict-google/issues"
},
"files": [
"lib",
"defaultConfig.js",
"index.js"
],
"keywords": [
"eazydict",
"dictionary",
"translate",
"youdao",
"bing",
"google",
"terminal",
"console",
"linux"
],
"homepage": "https://github.com/keenwon/eazydict-google#readme",
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"elint": "^2.0.0-alpha.3",
"elint-preset-kw": "^1.9.0",
"joi": "^17.6.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3"
},
"dependencies": {
"axios": "^0.19.0",
"eazydict-standard-output": "^1.7.2",
"https-proxy-agent": "^5.0.0",
"lodash.assign": "^4.2.0",
"node-fetch": "^3.2.3",
"p-retry": "^4.6.1",
"socks-proxy-agent": "^6.1.1"
}
}