-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.17 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": "yunzai",
"version": "2.1.8",
"homepage": "https://github.com/Le-niao/Yunzai-Bot",
"author": "Le-niao",
"description": "Genshin QQ group Bot",
"main": "app.js",
"type": "module",
"engines": {
"node": ">= v14"
},
"scripts": {
"app": "node ./app.js",
"debug": "node ./app.js debug",
"test": "node ./tools/test.js",
"start": "pm2 start ./config/pm2/pm2.json",
"stop": "pm2 stop Yunzai",
"restart": "pm2 restart Yunzai",
"list": "pm2 list",
"log": "pm2 logs --lines 200 Yunzai",
"web": "node ./tools/web.js"
},
"keywords": [
"qqBot",
"genshin"
],
"license": "MIT",
"dependencies": {
"art-template": "^4.13.2",
"baidu-aip-sdk": "^2.0.2",
"image-size": "^1.0.1",
"inquirer": "^8.2.4",
"lodash": "^4.17.21",
"log4js": "^6.4.0",
"md5": "^2.3.0",
"moment": "^2.29.3",
"node-fetch": "^3.0.0",
"node-schedule": "^2.0.0",
"oicq": "^2.3.0",
"pm2": "^5.2.0",
"puppeteer": "^13.7.0",
"redis": "^4.1.0",
"tencentcloud-sdk-nodejs": "^4.0.285",
"yaml": "^2.1.0"
},
"devDependencies": {
"express": "^4.17.3",
"express-art-template": "^1.0.1"
}
}