-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 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
{
"name": "dutch",
"version": "1.0.0",
"description": "dutch",
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"deploy": "pm2 start app.js -n airbnb",
"stop": "pm2 kill -n airbnb"
},
"author": "taehyun",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-validator": "^6.14.2",
"firebase-admin": "^11.0.1",
"helmet": "^6.0.0",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"sequelize": "^6.23.1",
"socket.io": "^4.5.3"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}