-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 955 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
32
33
34
35
36
37
38
39
{
"name": "express_project",
"version": "0.0.0",
"private": true,
"scripts": {
"pm2": "pm2 start pm2.json",
"dev": "nodemon ./app",
"start": "node ./app",
"lint": "eslint router --fix"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"domain": "0.0.1",
"ejs": "^2.6.2",
"express": "~4.16.0",
"express-jwt": "^5.3.1",
"express-ws": "^4.0.0",
"fs-extra": "^8.1.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"multiparty": "^4.2.1",
"mysql": "^2.17.1",
"nodemon": "^1.19.4",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}