-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.04 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
46
47
48
{
"name": "e-commerce",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest",
"start": "nodemon app"
},
"jest": {
"collectCoverage": true
},
"repository": {
"type": "git",
"url": "NodeLP"
},
"author": "Devansh",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jest": "^29.3.1",
"jsonwebtoken": "^9.0.0",
"mime": "^3.0.0",
"mongodb": "^4.10.0",
"mongoose": "^6.6.5",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"razorpay": "^2.8.4",
"supertest": "^6.3.3",
"validator": "^13.7.0"
},
"devDependencies": {
"fast-two-sms": "^3.0.0"
}
}