-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "kazuha-bot",
"version": "1.1.1",
"description": "QQ频道米游社推送Bot",
"main": "app.js",
"type": "module",
"homepage": "https://github.com/rainbowwarmth/KazuhaBot",
"bugs": {
"url": "https://github.com/rainbowwarmth/KazuhaBot/issues"
},
"scripts": {
".": "node app.js",
"start": "pm2 startOrRestart ./config/pm2/pm2.yaml",
"stop": "pm2 stop ./config/pm2/pm2.yaml",
"delete": "pm2 delete ./config/pm2/pm2.yaml",
"save": "pm2 save --force",
"log": "pm2 logs --lines 400 KazuhaBot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainbowwarmth/KazuhaBot"
},
"author": "feilongproject,rainbowwarmth",
"license": "MIT",
"dependencies": {
"art-template": "^4.13.2",
"axios": "^1.8.2",
"chalk": "^4.0.0",
"form-data": "^4.0.1",
"log4js": "^6.9.1",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"pm2": "^6.0.14",
"puppeteer": "*",
"qq-bot-sdk": "^1.10.1",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"ws": "^8.18.0",
"yaml": "^2.7.0"
},
"imports": {
"#config": "./lib/config/index.js",
"#core": "./lib/core/index.js",
"#global": "./lib/global/global.js",
"#render": "./lib/render/index.js"
}
}