-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "wechat-assistant",
"version": "2.1.5",
"description": "微信小助手2.0",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon koa/bin/www",
"pm2": "pm2 start koa/pm2.json",
"pm2-wechaty": "pm2 start wechaty/pm2.json",
"koa": "cross-env NODE_ENV=product node koa/bin/www",
"start": "node wechaty/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Leo_chen",
"license": "MIT",
"keywords": [
"koa",
"mongodb",
"wechaty",
"mongoose",
"微信机器人",
"微信助手",
"node",
"js"
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"cross-env": "^5.2.0",
"crypto": "^1.0.1",
"file-box": "^0.8.27",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"mongoose": "^5.4.20",
"node-machine-id": "^1.1.12",
"node-schedule": "^1.3.2",
"qrcode-terminal": "^0.12.0",
"superagent": "^5.0.2",
"wechaty": "^0.68.1",
"wechaty-puppet-wechat": "^0.30.6"
},
"devDependencies": {
"@microsoft/recognizers-text-suite": "~1.2.7",
"bosonnlp": "^0.1.0",
"debug": "^4.1.1",
"nodemon": "^1.19.1"
}
}