forked from fossifer/LilyWhiteBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "lilywhitebot",
"version": "1.6.0alpha",
"description": "多聊天群互联机器人(目前支持 QQ、Telegram、IRC、Discord)",
"repository": "github:Zokhoi/LilyWhiteBot",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Zokhoi/LilyWhiteBot/issues"
},
"dependencies": {
"asciify-image": "^0.1.6",
"cqhttp": "^1.2.0",
"discord.js": "^12.4.1",
"ext-list": "^4.0.0",
"file-type": "^16.5.3",
"irc-colors": "~1.5.0",
"irc-upd": "~0.10.0",
"ishisashiencoding": "^0.4.0",
"js-yaml": "^3.13.1",
"lru-cache": "^5.1.1",
"oicq": "^1.21.3",
"request": "~2.88.2",
"sharp": "^0.25.2",
"string-format": "^2.0.0",
"telegraf": "^3.38.0",
"wechat4u": "^0.7.7",
"winston": "^3.2.1",
"xml2js": "^0.4.23"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "node main.js",
"install-start": "npm install && node main.js"
},
"devDependencies": {
"jpeg-js": "^0.4.3"
}
}