-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "drpy-node",
"version": "1.1.16",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node index.js",
"dev": "node index.js",
"dev-win": "chcp 65001 && node --trace-deprecation index.js",
"pm2": "pm2 start index.js --name drpys",
"package": "python package.py",
"package-green": "python package.py -g",
"packageJS": "node package.js",
"packageJS-green": "node package.js -g"
},
"engines": {
"node": ">17 <23"
},
"repository": "https://github.com/hjdhnx/drpy-node.git",
"author": "晚风拂柳颜 <434857005@qq.com>",
"description": "道长修仙,法力无边。一统江湖,只需半年。\n君子袒蛋蛋,小人藏鸡鸡。",
"license": "MIT",
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/static": "7.0.4",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fastify": "^4.15.0",
"fastq": "^1.17.1",
"google-protobuf": "^3.21.4",
"iconv-lite": "^0.6.3",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"lru-cache": "^9.1.2",
"mime-types": "^2.1.35",
"minizlib": "^3.0.1",
"p-queue": "^8.0.1",
"qs": "^6.13.1",
"queue": "^7.0.0",
"rotating-file-stream": "^3.2.5",
"simplecc-wasm": "^1.1.0",
"sync-fetch": "^0.6.0-2",
"tunnel": "^0.0.6",
"ws": "^8.18.0",
"xmlhttprequest": "^1.8.0"
}
}