-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "product-sulum",
"version": "2.0.0",
"description": "Sulum — AI Psychological Consultant (thin client)",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node --import tsx src/index.ts",
"bot:dev": "tsx watch src/bot-start.ts",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate deploy",
"load-docs": "tsx src/load-documents.ts",
"load-docs:uz": "tsx src/load-documents.ts --lang=uz"
},
"dependencies": {
"@grammyjs/conversations": "^2.1.0",
"@grammyjs/i18n": "^1.1.2",
"@prisma/client": "^6.19.0",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"grammy": "^1.38.3",
"helmet": "^8.1.0",
"ioredis": "^5.8.2",
"jsonwebtoken": "^9.0.2",
"openai": "^6.9.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"prisma": "^6.19.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.10.1"
}
}