-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 785 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
{
"name": "tours-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "nodemon server.js",
"debug": "ndb server.js",
"start:prod": "set NODE_ENV=production && nodemon server.js"
},
"author": "dev-ajithkumar",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.8.0",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.2",
"nodemailer": "^6.9.4",
"slugify": "^1.6.6",
"validator": "^13.9.0",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"ndb": "^1.1.5"
}
}