forked from hjdhnx/drpy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.47 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.47 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "drpy-node",
"version": "1.3.21",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node index.js",
"dev": "node index.js",
"dev-win": "chcp 65001 && node --trace-deprecation index.js",
"dev-win-debug": "chcp 65001 && node --trace-deprecation --inspect index.js",
"dev-win-debug2": "chcp 65001 && node --trace-deprecation --inspect --experimental-loader ./utils/esm-loader.mjs index.js",
"pm2": "pm2 start index.js --name drpys",
"node22": "node --experimental-sqlite index.js",
"node22-win": "chcp 65001 && node --trace-deprecation --experimental-sqlite index.js",
"package": "python package.py",
"package-green": "python package.py -g",
"package-zip": "python package.py -z",
"package-green-zip": "python package.py -g -z",
"packageJS": "node package.js",
"packageJS-green": "node package.js -g",
"packageJS-zip": "node package.js -z",
"packageJS-green-zip": "node package.js -g -z",
"gzip-1": "node controllers/encoder.js json/十六万歌曲.json",
"ungzip-1": "node controllers/decoder.js json/十六万歌曲.json.gz",
"moontv": "node scripts/mjs/moontv.mjs 采集2025.json -p"
},
"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",
"@fastify/websocket": "^10.0.1",
"axios": "^1.7.9",
"basic-ftp": "^5.0.5",
"cheerio": "^1.0.0",
"cron": "^4.3.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fastify": "^4.15.0",
"fastq": "^1.17.1",
"form-data": "^4.0.4",
"google-protobuf": "^3.21.4",
"iconv-lite": "^0.6.3",
"import": "^0.0.6",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"lru-cache": "^9.1.2",
"mime-types": "^2.1.35",
"minizlib": "^3.0.1",
"node-forge": "^1.3.1",
"node-sqlite3-wasm": "^0.8.35",
"nodemailer": "^7.0.5",
"p-queue": "^8.0.1",
"pickleparser": "^0.2.1",
"pino": "^9.7.0",
"pinyin": "^4.0.0",
"python-shell": "^5.0.0",
"qs": "^6.13.1",
"queue": "^7.0.0",
"rotating-file-stream": "^3.2.6",
"simplecc-wasm": "^1.1.0",
"sync-fetch": "^0.6.0-2",
"tunnel": "^0.0.6",
"ws": "^8.18.0",
"xmlhttprequest": "^1.8.0"
}
}