forked from Tsuk1ko/cq-picsearcher-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cq-picsearcher-bot",
"version": "2.18.1",
"description": "二次元搜图机器人",
"main": "index.js",
"private": true,
"scripts": {
"test": "node index.js",
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"log": "pm2 logs CQPF",
"pm2start": "pm2 start ecosystem.config.js",
"pm2stop": "pm2 stop ecosystem.config.js",
"pm2restart": "pm2 restart ecosystem.config.js",
"pm2log": "pm2 logs CQPF"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tsuk1ko/cq-picsearcher-bot.git"
},
"author": "JindaiKirin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tsuk1ko/cq-picsearcher-bot/issues"
},
"homepage": "https://moe.best/projects/qq-robot-picfinder.html",
"dependencies": {
"axios": "^0.20.0",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.3",
"cq-websocket": "^2.1.1",
"cron-parser": "^2.16.3",
"deep-freeze": "^0.0.1",
"esm": "3.2.25",
"fs-extra": "^9.0.1",
"http-terminator": "^2.0.3",
"https-proxy-agent": "^5.0.0",
"jimp": "^0.16.1",
"koa": "^2.13.0",
"koa-router": "^9.4.0",
"lodash": "^4.17.20",
"lodash.combinations": "^18.10.0",
"minimist": "^1.2.5",
"named-regexp-groups": "^1.0.5",
"nhentai-api": "2.0.4",
"node-cache": "^5.1.2",
"pm2": "^4.4.1",
"qs": "^6.9.4",
"querystring": "^0.2.0",
"random-seed": "^0.3.0",
"socks-proxy-agent": "^5.0.0",
"sqlite": "^4.0.14",
"sqlite3": "^4.2.0",
"tencentcloud-sdk-nodejs": "3.0.118"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}