forked from EthnicElegancedot-store/api.ethnicelegance.store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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": "api",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "Amar Biradar",
"type": "module",
"main": "dist/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node ./dist/server.js",
"dev": "tsx watch src/server.ts"
},
"dependencies": {
"@getbrevo/brevo": "^2.3.0",
"@upstash/redis": "^1.36.2",
"bcrypt": "^6.0.0",
"chalk": "^5.6.2",
"cloudinary": "^2.9.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.0.2",
"razorpay": "^2.9.6",
"redis": "^5.10.0",
"sib-api-v3-sdk": "^8.5.0",
"validator": "^13.15.26",
"zod": "^4.2.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/bcrypt": "^6.0.0",
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/dotenv": "^6.1.1",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/mongoose": "^5.11.96",
"@types/node": "^25.0.3",
"@types/nodemailer": "^7.0.4",
"@types/validator": "^13.15.10",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}