-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 766 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
34
{
"name": "e-commerce",
"version": "1.0.0",
"description": "a backend application for e-commerce",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"api",
"backend"
],
"author": "aditya singh",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.37.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.1.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.3",
"morgan": "^1.10.0",
"nodemailer": "^6.9.3",
"razorpay": "^2.8.6",
"stripe": "^12.9.0",
"swagger-ui-express": "^4.6.3",
"validator": "^13.9.0",
"yaml": "^2.3.1"
}
}