mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b453e40256
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
468 B
JSON
23 lines
468 B
JSON
{
|
|
"name": "@repo/bff",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch --env-file=../../.env src/server.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/runtime": "1.56.3",
|
|
"@hono/node-server": "^1.13.6",
|
|
"hono": "^4.7.11",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.7",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|