-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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": "course_api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"start:prod": "SET NODE_ENV=production && nodemon server.js",
"debug": "ndb server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jindalabhay2003/Course_api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jindalabhay2003/Course_api/issues"
},
"homepage": "https://github.com/jindalabhay2003/Course_api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^5.1.1",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.1",
"morgan": "^1.10.0",
"util": "^0.12.4",
"validator": "^13.7.0",
"xss-clean": "^0.1.1"
}
}