-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 1014 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
36
37
38
39
40
41
42
43
44
{
"name": "wecab",
"version": "1.8.27",
"description": "QQ上最好的订阅制bot",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"canvas": "^2.7.0",
"cq-websocket": "^2.1.1",
"esm": "^3.2.25",
"fs-extra": "^9.1.0",
"https-proxy-agent": "^5.0.0",
"js-md5": "^0.7.3",
"minimist": "^1.2.5",
"mongodb": "^3.6.6",
"random-seed": "^0.3.0",
"winston": "^3.3.3"
},
"scripts": {
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"log": "pm2 logs wecab --lines 30"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ninzore/Wecab.git"
},
"keywords": [
"CoolQ",
"QQ",
"robot",
"subscribe",
"weibo",
"twitter",
"bilibili"
],
"author": "Ninzore",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Ninzore/Wecab/issues"
},
"homepage": "https://github.com/Ninzore/Wecab#readme"
}