-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.62 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"build": "tsc",
"start": "tsx src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"axios": "^1.15.0",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"bullmq": "^5.73.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"crypto": "^1.0.1",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"helmet": "^8.1.0",
"ioredis": "^5.10.1",
"jsonwebtoken": "^9.0.3",
"mailersend": "^2.8.0",
"mem0ai": "^2.4.6",
"multer": "^2.1.1",
"nodemailer": "^8.0.5",
"nodemon": "^3.1.14",
"openai": "^6.33.0",
"pdf-parse": "^2.4.5",
"pg": "^8.20.0",
"prom-client": "^15.1.3",
"rate-limit-redis": "^4.3.1",
"razorpay": "^2.9.6",
"redis": "^5.11.0",
"socket.io": "^4.8.3",
"winston": "^3.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.1.0",
"@types/node": "^25.5.2",
"@types/nodemailer": "^8.0.0",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.20.0",
"@types/socket.io": "^3.0.1",
"prisma": "^7.7.0",
"ts-node-dev": "^2.0.0",
"tsx": "^4.21.0",
"typescript": "^5.4.5"
}
}