-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 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
{
"name": "@databuddy/api",
"version": "1.0.1",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "dotenv -- bun --hot src/index.ts --port 3001",
"test": "bun test",
"test:watch": "bun test --watch"
},
"devDependencies": {
"@types/bun": "^1.3.6"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@ai-sdk/groq": "^3.0.15",
"@ai-sdk/openai": "^3.0.0",
"@ai-sdk/provider": "^3.0.5",
"@databuddy/ai": "workspace:*",
"@databuddy/api-keys": "workspace:*",
"@databuddy/auth": "workspace:*",
"@databuddy/db": "workspace:*",
"@databuddy/email": "workspace:*",
"@databuddy/redis": "workspace:*",
"@databuddy/rpc": "workspace:*",
"@databuddy/sdk": "workspace:*",
"@databuddy/shared": "workspace:*",
"@elysiajs/cors": "^1.4.1",
"@json-render/core": "^0.2.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
"@opentelemetry/instrumentation-http": "^0.55.0",
"@opentelemetry/instrumentation-pg": "^0.48.0",
"@opentelemetry/resources": "^2.3.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-node": "^2.3.0",
"@opentelemetry/semantic-conventions": "^1.38.0",
"@orpc/openapi": "^1.13.4",
"@orpc/server": "^1.13.4",
"@orpc/zod": "^1.13.4",
"ai": "^6.0.78",
"autumn-js": "^0.1.69",
"bullmq": "^5.66.5",
"dayjs": "^1.11.19",
"elysia": "^1.4.22",
"jszip": "^3.10.1",
"keypal": "^0.1.11",
"resend": "^4.0.1",
"svix": "^1.84.1",
"zod": "catalog:",
"zod-to-json-schema": "^3.25.1",
"drizzle-orm": "^0.45.1",
"nanoid": "^5.1.6",
"@databuddy/notifications": "workspace:*"
}
}