forked from gongziyutyut/wechatBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 720 Bytes
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
{
"name": "wechatbot",
"version": "0.1.1",
"description": "",
"superagent": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"微信每日说",
"wechaty",
"微信机器人",
"微信助手"
],
"author": "",
"license": "ISC",
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"crypto": "^1.0.1",
"file-box": "^0.8.27",
"md5": "^2.2.1",
"node-machine-id": "^1.1.12",
"node-schedule": "^1.3.2",
"qrcode-terminal": "^0.12.0",
"superagent": "^4.1.0",
"wechaty": "^0.26.1"
},
"dependencies": {
"wechaty-puppet-puppeteer": "^0.16.1"
}
}