forked from Easy-pp/wxbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 850 Bytes
/
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
{
"name": "wechat-bot",
"version": "0.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": ">= 12"
},
"scripts": {
"start": "node index.js"
},
"author": "",
"dependencies": {
"dotenv": "^8.2.0",
"iconv-lite": "^0.6.3",
"node-schedule": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"superagent": "^6.1.0",
"wechaty": "^0.60.3",
"wechaty-plugin-contrib": "^0.14.16"
},
"devDependencies": {
"axios": "^0.21.0",
"check-node-version": "^4.1.0",
"connect": "^3.7.0",
"cron": "^1.8.2",
"cross-env": "^7.0.3",
"encoding": "^0.1.13",
"is-pr": "^2.0.0",
"marked": "^2.0.0",
"nodemon": "^2.0.7",
"wechaty-puppet-mock": "^0.28.2",
"wechaty-puppet-wechat": "^0.28",
"wechaty-puppet-wechat4u": "^0.18",
"wechaty-puppet-whatsapp": "0.2.3"
}
}