29 lines
705 B
JSON
29 lines
705 B
JSON
{
|
|
"name": "xiteng-chat",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun --hot src/server.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "bun run typecheck && bun run build.ts",
|
|
"start": "bun src/server.ts",
|
|
"test": "bun test",
|
|
"test:history": "bun run build && bun history.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "4.0.36",
|
|
"@ai-sdk/google": "4.0.39",
|
|
"@ai-sdk/openai": "4.0.36",
|
|
"@ai-sdk/openai-compatible": "3.0.28",
|
|
"ai": "7.0.58",
|
|
"dompurify": "3.2.6",
|
|
"marked": "15.0.12",
|
|
"node-fetch": "3.3.2",
|
|
"proxy-agent": "8.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "1.3.5",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|