-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 993 Bytes
/
package.json
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
{
"name": "nomnom",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts | pino-pretty -a ts -m message"
},
"dependencies": {
"@bogeychan/elysia-logger": "^0.1.1",
"@deepgram/sdk": "^3.5.1",
"@langchain/anthropic": "^0.2.15",
"@langchain/community": "^0.2.28",
"@langchain/core": "^0.2.27",
"@langchain/openai": "^0.2.7",
"@langchain/redis": "^0.0.5",
"@neondatabase/serverless": "^0.9.4",
"@otherguy/elysia-logging": "^0.0.17",
"@sinclair/typebox": "^0.33.7",
"@upstash/redis": "^1.34.0",
"drizzle-orm": "^0.33.0",
"elevenlabs": "^0.15.0",
"elysia": "latest",
"langchain": "^0.2.16",
"pino": "^9.3.2",
"redis": "^4.7.0",
"redis-om": "^0.4.6",
"telnyx": "^1.26.2",
"twilio": "^5.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"bun-types": "latest",
"drizzle-kit": "^0.24.0",
"pino-pretty": "^11.2.2"
},
"module": "src/index.js"
}