-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 797 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 797 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
35
36
37
{
"name": "gsb-company",
"version": "1.0.0",
"description": "ecommerce company",
"main": "app.js",
"type": "module",
"scripts": {
"test": "nodemon app.js"
},
"keywords": [
"gsb"
],
"author": "SKY TECH - RICK",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"firebase-admin": "^13.0.2",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"pug": "^3.0.3",
"razorpay": "^2.9.5",
"zod": "^3.24.1"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}