forked from Tsuk1ko/cq-picsearcher-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.53 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "cq-picsearcher-bot",
"version": "3.14.3",
"description": "二次元搜图机器人",
"main": "index.mjs",
"private": true,
"scripts": {
"test": "node index.mjs",
"test:go-cqhttp": "cd ./test/go-cqhttp && ./go-cqhttp",
"dev": "nodemon index.mjs --ignore data",
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"log": "pm2 logs cqps",
"kill": "pm2 kill",
"update": "node scripts/update.js",
"update:npm": "npm stop && git pull && npm i --production && npm start",
"update:yarn": "npm stop && git pull && yarn --production && npm start",
"type:config": "node scripts/generateConfigType.js"
},
"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": {
"@koa/router": "^12.0.0",
"@msgpack/msgpack": "^2.8.0",
"@napi-rs/canvas": "^0.1.29",
"@tsuk1ko/cq-websocket": "^2.4.2",
"await-lock": "^2.2.2",
"axios": "1.4.0",
"cheerio": "^1.0.0-rc.12",
"comment-json": "^4.2.3",
"compare-versions": "^5.0.3",
"cron-parser": "^4.8.1",
"dayjs": "^1.11.8",
"deep-freeze": "^0.0.1",
"dotenv": "^16.3.1",
"escape-string-regexp": "^5.0.0",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"http-terminator": "^3.2.0",
"https-proxy-agent": "^5.0.1",
"jimp": "^0.22.8",
"jsonc": "^2.0.0",
"jstat": "^1.9.4",
"klaw-sync": "^6.0.0",
"koa": "^2.14.2",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"minimist": "^1.2.8",
"named-regexp-groups": "^1.0.6",
"nhentai-api": "2.0.4",
"node-cache": "^5.1.2",
"pm2": "^5.3.0",
"promise-limit": "^2.7.0",
"qs": "^6.11.2",
"querystring": "^0.2.1",
"random-seed": "^0.3.0",
"remove-markdown": "^0.5.0",
"socks-proxy-agent": "^7.0.0",
"tencentcloud-sdk-nodejs": "^4.0.212",
"url-join": "^5.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.8",
"typeof-jsonc": "^1.1.10"
}
}