-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"scripts": {
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:apply": "drizzle-kit up",
"db:migrate": "drizzle-kit migrate",
"db:check": "drizzle-kit check"
},
"dependencies": {
"@clerk/backend": "^1.26.0",
"@deepgram/sdk": "^4.1.0",
"@hono/clerk-auth": "^2.0.0",
"@langchain/core": "^0.3.53",
"@langchain/langgraph": "^0.2.68",
"@langchain/openai": "^0.5.10",
"@langchain/tavily": "^0.1.2",
"@llamaindex/core": "^0.6.2",
"@neondatabase/serverless": "^1.0.0",
"bullmq": "^5.56.1",
"dodopayments": "^1.30.2",
"dotenv": "^16.5.0",
"drizzle-kit": "^0.30.6",
"drizzle-orm": "^0.41.0",
"elevenlabs": "^1.59.0",
"gpt-tokenizer": "^2.9.0",
"hono": "^4.7.9",
"ioredis": "^5.6.1",
"langchain": "^0.3.24",
"llamaindex": "^0.10.2",
"lru-cache": "^11.1.0",
"puppeteer": "^24.10.0",
"standardwebhooks": "^1.0.0",
"tiktoken": "^1.0.21",
"ws": "^8.18.2",
"youtube-transcript-api": "^3.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^22.14.0",
"@types/ws": "^8.18.1",
"eslint": "^9.23.0",
"prettier": "^3.5.3",
"tsx": "^4.19.4",
"typescript": "^5.8.2"
},
"name": "synapticai_backend",
"module": "src/index.ts",
"type": "module",
"private": true
}