-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 959 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
37
38
{
"name": "wandrlust",
"version": "1.0.0",
"description": "travel-app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaibhav0806/wandrlust.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/vaibhav0806/wandrlust/issues"
},
"homepage": "https://github.com/vaibhav0806/wandrlust#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"fs": "^0.0.1-security",
"http-errors": "^2.0.0",
"md5": "^2.3.0",
"moment": "^2.29.4",
"mongoose": "^6.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"socket.io": "^4.6.1"
}
}