-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "project-z",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"devStart": "nodemon server.js"
},
"author": "shreyas",
"license": "ISC",
"dependencies": {
"@socket.io/admin-ui": "^0.2.0",
"archiver": "^5.3.0",
"aws-sdk": "^2.1107.0",
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-flash": "0.0.2",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"https": "^1.0.0",
"jszip": "^3.9.0",
"method-override": "^3.0.0",
"mongoose": "^6.2.8",
"node-fetch": "^2.6.7",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.88.2",
"s3-node-client": "^4.4.4",
"socket.io": "^4.4.1",
"zip-lib": "^0.7.3"
},
"devDependencies": {
"dotenv": "^16.0.0",
"nodemon": "^2.0.15",
"s3-folder-upload": "^2.3.5"
}
}