-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
35 lines (35 loc) · 849 Bytes
/
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
{
"name": "drpy-node",
"version": "1.0.17",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node index.js",
"dev": "node index.js",
"dev-win": "chcp 65001 && node index.js",
"pm2": "pm2 start index.js",
"package": "python package.py"
},
"engines": {
"node": ">17 <23"
},
"repository": "https://github.com/hjdhnx/drpy-node.git",
"author": "晚风拂柳颜 <[email protected]>",
"license": "MIT",
"dependencies": {
"@fastify/static": "7.0.4",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"fastify": "^4.15.0",
"fastq": "^1.17.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"p-queue": "^8.0.1",
"qs": "^6.13.1",
"queue": "^7.0.0",
"rotating-file-stream": "^3.2.5",
"sync-fetch": "^0.6.0-2",
"tunnel": "^0.0.6"
}
}