-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 885 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "SET NODE_ENV=production && node server",
"dev": "nodemon server.js"
},
"author": "Durgarao",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.2",
"express-rate-limit": "^5.2.6",
"express-validation": "^3.0.8",
"express-validator": "^6.10.0",
"helmet": "^4.4.1",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.15",
"mongoose-sanitize": "^1.1.0",
"morgan": "^1.10.0",
"sendgrid": "^5.2.3",
"slugify": "^1.4.7",
"vue": "^2.6.12",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}