-
-
Notifications
You must be signed in to change notification settings - Fork 216
/
package.json
90 lines (90 loc) · 2.7 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
85
86
87
88
89
90
{
"name": "cq-picsearcher-bot",
"version": "3.19.0",
"description": "二次元搜图机器人",
"main": "index.mjs",
"private": true,
"scripts": {
"test": "node index.mjs",
"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",
"start:bun": "bun run index.mjs",
"type:config": "node scripts/generateConfigType.js",
"prepare:docker": "node scripts/prepareDocker.js",
"postversion": "tpv"
},
"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.1",
"@msgpack/msgpack": "^2.8.0",
"@napi-rs/canvas": "^0.1.44",
"@tsuk1ko/cq-websocket": "^3.0.0",
"await-lock": "^2.2.2",
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.12",
"comment-json": "^4.2.3",
"compare-versions": "^5.0.3",
"cron-parser": "^4.9.0",
"dayjs": "^1.11.10",
"deep-freeze": "^0.0.1",
"dotenv": "^16.3.1",
"escape-string-regexp": "^5.0.0",
"form-data": "^3.0.1",
"fs-extra": "^11.2.0",
"get-stream": "^6.0.1",
"http-terminator": "^3.2.0",
"https-proxy-agent": "^5.0.1",
"image-size": "^1.1.1",
"is-stream": "^2.0.1",
"jimp": "^0.22.10",
"json-bigint": "^1.0.0",
"jsonc": "^2.0.0",
"klaw-sync": "^6.0.0",
"koa": "^2.15.0",
"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",
"node-fetch": "^2.7.0",
"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",
"url-join": "^5.0.0"
},
"devDependencies": {
"@tsuk1ko/postversion": "^1.0.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.1",
"typeof-jsonc": "^1.1.10"
}
}