-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
{
"name": "mp",
"version": "0.0.1",
"description": "mp for weixin",
"main": "index.js",
"scripts": {
"start": "export NODE_ENV=production && node index.js",
"dev": "export NODE_ENV=development && nodemon index.js",
"dev-page": "gulp",
"cron": "export NODE_ENV=production && node cronJob.js"
},
"repository": "git@github.com:dryyun/mp.git",
"author": "dryyun <dryyun@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"config": "^1.30.0",
"cron": "^1.3.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"moment": "^2.22.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql2": "^1.5.3",
"rotating-file-stream": "^1.3.6",
"sequelize": "^4.37.7",
"serve-static": "^1.13.2",
"session-file-store": "^1.2.0",
"sha1": "^1.1.1",
"swig": "^1.4.2",
"wechat-crypto": "^0.0.2",
"xml2js": "^0.4.19",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.11.1",
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"nodemon": "^1.17.4"
}
}