-
Notifications
You must be signed in to change notification settings - Fork 289
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 Bytes
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
{
"dependencies": {
"@vitalets/google-translate-api": "^9.2.1",
"adm-zip": "^0.5.10",
"axios": "1.13.5",
"cheerio": "^1.1.2",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.2",
"fs-extra": "^11.3.1",
"got": "^14.0.0",
"https-proxy-agent": "^7.0.2",
"image-size": "^2.0.2",
"jimp": "^1.6.0",
"node-fetch": "^3.3.1",
"node-schedule": "^2.1.1",
"pinyin": "^4.0.0",
"request": "^2.88.2",
"sharp": "^0.32.6",
"sqlite3": "^5.1.7",
"terser": "^5.26.0",
"xlsx": "^0.18.5"
},
"name": "wool_scripts",
"description": "## 致敬开源精神 净化网络环境",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}