-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 771 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
{
"name": "node-express-sample",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"supervisor": "supervisor ./bin/www"
},
"dependencies": {
"acorn": ">=7.1.1",
"body-parser": "~1.19.0",
"connect-pg-simple": "^6.0.1",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"eslint": "^6.5.1",
"express": "~4.17.3",
"express-fileupload": "^1.1.9",
"express-session": "^1.16.2",
"express-ws": "^4.0.0",
"file-stream-rotator": "^0.5.5",
"helmet": "^3.22.0",
"kind-of": ">=6.0.3",
"md5": "^2.2.1",
"minimist": ">=0.2.1",
"monk": "^7.1.0",
"morgan": "~1.9.1",
"pg-pool": "^2.0.7",
"pg-promise": "^9.3.3",
"pug": "~3.0.1",
"serve-favicon": "~2.5.0"
}
}