forked from kkw990211/ProjectMountain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 768 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
{
"name": "mountainproject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "pm2 start server.js",
"kill": "pm2 kill"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1118.0",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.17.3",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nunjucks": "^3.2.3",
"pm2": "^5.2.0",
"socket.io": "^4.5.0",
"uuid": "^8.3.2"
}
}