-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 854 Bytes
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
{
"name": "zmark",
"scripts": {
"dev": "bun run --hot src/index.ts",
"output": "bun build ./src/index.ts --outdir ./dist --target bun --bundle --external drizzle-orm --external drizzle-kit --external @lancedb/lancedb"
},
"dependencies": {
"@lancedb/lancedb": "^0.30.0",
"@libsql/client": "^0.15.15",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2"
},
"devDependencies": {
"@ai-sdk/openai": "^3.0.68",
"@types/bun": "^1.3.11",
"ai": "^6.0.197",
"cheerio": "^1.2.0",
"croner": "^10.0.1",
"hono": "^4.12.9",
"lru-cache": "^11.2.7",
"zod": "^4.3.6"
},
"overrides": {
"@lancedb/lancedb-linux-x64-musl": "0.0.0-empty",
"@lancedb/lancedb-linux-arm64-musl": "0.0.0-empty",
"@libsql/linux-x64-musl": "0.0.0-empty",
"@libsql/linux-arm64-musl": "0.0.0-empty"
}
}