forked from Tsuk1ko/cq-picsearcher-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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": "cq-picfinder-robot",
"version": "2.3.5",
"description": "酷Q二次元寻图机器人",
"main": "index.js",
"scripts": {
"start": "node index.js",
"pm2first": "pm2 start index.js --name=\"cqpf\"",
"pm2start": "pm2 start cqpf",
"pm2stop": "pm2 stop cqpf",
"pm2restart": "pm2 restart cqpf",
"pm2log": "pm2 logs cqpf",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YKilin/CQ-picfinder-robot.git"
},
"keywords": [
"CoolQ",
"nijigen",
"anime",
"manka",
"comic",
"QQ",
"robot",
"pixiv"
],
"author": "JindaiKirin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/YKilin/CQ-picfinder-robot/issues"
},
"homepage": "https://lolico.moe/projects/qq-robot-picfinder.html",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"co": "^4.6.0",
"cq-websocket": "1.8.1",
"esm": "3.0.82",
"koa": "^2.6.2",
"koa-router": "^7.4.0",
"mysql-co": "0.0.4",
"nhentai-api-js": "^1.1.1",
"qqlight-websocket-node": "git+https://github.com/Chocolatl/qqlight-websocket-node.git",
"querystring": "^0.2.0",
"random-seed": "^0.3.0",
"request": "^2.88.0"
}
}