mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
853740266a
Replaces canary @copilotkit/* (1.56.5-canary.1777671752) and the intelligence composite RC tag (0.1.0-rc.16) with the just-released stable artifacts so users cloning this starter get a reproducible configuration. Also aligns the Dockerfile copilotkit Python pin (0.1.78) with apps/agent/pyproject.toml (0.1.86). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
25 lines
525 B
JSON
25 lines
525 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.57.0",
|
|
"@hono/node-server": "^1.13.6",
|
|
"express": "5.2.1",
|
|
"hono": "^4.7.11",
|
|
"reflect-metadata": "0.2.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.7",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|