-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 755 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
{
"scripts": {
"test": "SET NODE_ENV=test&& nodemon app.js",
"start": "SET NODE_ENV=local&& nodemon app.js"
},
"localRoot": "$../app",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"custom-env": "^2.0.2",
"d3": "^7.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mime": "^3.0.0",
"mongoose": "^7.4.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"sessionstorage": "^0.1.0",
"socket.io": "^4.7.2"
},
"name": "application-dev",
"version": "1.0.0",
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}