-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.78 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
{
"name": "herald-ws3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "yarn && cross-env NODE_ENV=development nodemon app.js --mode=development --port=3000",
"start": "yarn && cross-env NODE_ENV=production nodemon app.js --mode=production --port=3000",
"profile": "yarn && cross-env NODE_ENV=profile nodemon app.js --mode=profile --port=3000",
"log": "pm2 log",
"cluster-start": "yarn && pm2 start ./pm2-ws.json",
"cluster-stop": "pm2 delete herald-webservice-1 && pm2 delete herald-webservice-2 && pm2 delete herald-webservice-3 && pm2 delete herald-webservice-4",
"lint":"eslint ."
},
"dependencies": {
"apn": "^2.2.0",
"axios": "^0.19.0",
"axios-cookiejar-support": "^0.5.0",
"bluebird": "^3.5.1",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"co-wechat": "^2.3.0",
"commander": "^2.19.0",
"cross-env": "^5.2.0",
"eslint": "^6.6.0",
"form-data": "^2.3.2",
"iconv": "^2.3.0",
"iconv-lite": "^0.4.24",
"imap-simple": "^4.3.0",
"js-yaml": "^3.10.0",
"jschardet-eastasia": "^1.4.1",
"kf-router": "^2.2.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"moment": "^2.22.1",
"mongodb": "^3.1.6",
"node-europa": "^4.0.0",
"node-schedule": "^1.3.2",
"nodemailer": "^5.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"nodemailer-wellknown": "^0.2.3",
"nodemon": "^1.18.4",
"ora": "^1.4.0",
"pandora-nodejs-sdk": "^0.0.1",
"prettyjson": "^1.2.1",
"qiniu": "^7.1.2",
"redis": "^2.8.0",
"repl.history": "^0.1.4",
"showapi-sdk": "^1.0.4",
"socks-proxy-agent": "^4.0.1",
"tough-cookie": "^3.0.1",
"worker-threads": "^1.0.0",
"ws": "^4.0.0",
"xml-js": "^1.6.11"
},
"resolutions": {
"upath": "^1.0.5",
"nan": "^2.10.0"
}
}