mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
26 lines
647 B
JSON
26 lines
647 B
JSON
{
|
|
"name": "copilotkit-langgraph-template",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:infra": "docker compose up -d --wait",
|
|
"dev": "pnpm dev:infra && turbo run dev",
|
|
"dev:app": "turbo run dev --filter='app'",
|
|
"dev:agent": "turbo run dev --filter='agent'",
|
|
"dev:bff": "turbo run dev --filter='bff'",
|
|
"dev:mcp": "turbo run dev --filter='mcp'",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^9.1.2",
|
|
"turbo": "^2.5.4"
|
|
},
|
|
"packageManager": "pnpm@9.0.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"esbuild": "^0.27.3"
|
|
}
|
|
}
|
|
}
|