-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
55
{
"name": "express-awilix-cms",
"version": "1.0.0",
"description": "express+awilix+mysql模版",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"dev": "cross-env NODE_ENV=development nodemon ./src/main.js --exec babel-node",
"babel": "babel ./src --out-dir dist",
"build": "cross-env NODE_ENV=production npm run clean && npm run babel",
"start": "pm2 start pm2.json",
"stop": "pm2 delete pm2.json",
"restart": "pm2 restart pm2.json",
"add": "node ./dist/script.js phone:admin password:admin123456 realName:hxl"
},
"dependencies": {
"ali-oss": "^6.1.1",
"awilix": "^4.2.2",
"awilix-express": "^2.1.1",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"env-cmd": "^10.1.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"ioredis": "^4.16.2",
"jsonwebtoken": "^8.5.1",
"jstz": "^2.1.1",
"lodash": "^4.17.15",
"morgan": "~1.9.1",
"mysql2": "^1.7.0",
"node-schedule": "^1.3.2",
"pm2": "^4.2.0",
"sequelize": "^5.19.0",
"xss": "^1.0.6"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/runtime": "^7.6.3",
"cross-env": "^6.0.0",
"nodemon": "^1.19.2",
"properties": "^1.2.1",
"rimraf": "^3.0.0"
},
"engines": {
"node": "12.x.x"
}
}