-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 960 Bytes
/
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
{
"name": "tourev-backend",
"version": "1.0.0",
"description": "Tourev",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debkalyanmohanty/tourev-backend.git"
},
"author": "Deb Kalyan Mohanty",
"license": "ISC",
"bugs": {
"url": "https://github.com/debkalyanmohanty/tourev-backend/issues"
},
"homepage": "https://github.com/debkalyanmohanty/tourev-backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"csurf": "^1.11.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"mongoose": "^6.8.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"path": "^0.12.7"
}
}