-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 830 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
{
"name": "backend",
"version": "1.0.0",
"description": "full stack app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rahul-Rasve/E-Commerce-APP-Backend.git"
},
"author": "rahul",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rahul-Rasve/E-Commerce-APP-Backend/issues"
},
"homepage": "https://github.com/Rahul-Rasve/E-Commerce-APP-Backend#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-jwt": "^8.4.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.2",
"morgan": "^1.10.0"
}
}