-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
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
{
"name": "Booking-ticket-movie",
"version": "1.0.0",
"description": "Node.js Restful CRUD API with Node.js, Express and mongodb",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Phan Hồng Quân",
"license": "ISC",
"dependencies": {
"@yawetse/socket.io-adapter-mongo": "^0.1.8",
"aws-sdk": "^2.1048.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"build": "^0.1.4",
"cloudinary": "^1.27.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fix": "0.0.6",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.2.0",
"mongoose": "^6.0.12",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.3",
"mysql": "^2.17.1",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.14",
"password-validator": "^5.2.1",
"socket.io": "^4.4.1",
"socket.io-adapter": "^2.3.3",
"socket.io-client": "^4.4.1",
"socket.io-emitter": "^3.2.0",
"them": "0.0.4",
"to": "^0.2.9",
"validator": "^13.7.0"
}
}