-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 787 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
33
{
"name": "ecommerce",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "npx nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bablu Roy",
"license": "ISC",
"description": "",
"dependencies": {
"aws-sdk": "^2.1659.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-jwt": "^8.4.1",
"express-validator": "^7.1.0",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mongoose": "^8.5.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.4",
"razorpay": "^2.9.4",
"redis": "^4.6.15",
"uuid": "^10.0.0"
}
}