-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 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": "authenticationboilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"nice": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaaibhavsharma/authenticationBoilerPlate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vaaibhavsharma/authenticationBoilerPlate/issues"
},
"homepage": "https://github.com/vaaibhavsharma/authenticationBoilerPlate#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"chalk": "^4.1.2",
"cli-table": "^0.3.6",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-list-endpoints": "^6.0.0",
"express-mongo-sanitize": "^2.1.0",
"express-rate-limit": "^5.3.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.5",
"validator": "^13.7.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}