-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 KB
/
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
39
40
41
42
43
44
45
{
"name": "eshoppee",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"cloudinary": "^1.35.0",
"color-convert": "^2.0.1",
"cookie-parser": "~1.4.4",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"moment": "^2.29.4",
"mongoose": "^7.0.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"pdfkit": "^0.13.0",
"razorpay": "^2.8.6",
"slugify": "^1.6.6",
"twilio": "^4.8.0"
},
"devDependencies": {
"nodemon": "^2.0.21"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/prabhath-kj/e-shopee.git"
},
"author": "prabhath-kj",
"license": "ISC",
"bugs": {
"url": "https://github.com/prabhath-kj/e-shopee/issues"
},
"homepage": "https://github.com/prabhath-kj/e-shopee#readme",
"description": ""
}