forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "copilotkit-langgraph-template",
"private": true,
"scripts": {
"dev": "turbo run dev",
"dev:app": "turbo run dev --filter='@repo/app'",
"dev:agent": "turbo run dev --filter='@repo/agent'",
"dev:mcp": "turbo run dev --filter='@repo/mcp'",
"build": "turbo run build",
"lint": "turbo run lint",
"clean": "turbo run clean",
"local-install": "bash -c 'cd ../../.. && ./node_modules/.bin/nx run-many -t build -p @copilotkit/react-core @copilotkit/react-ui @copilotkit/runtime @copilotkitnext/shared' && bash -c 'cd ../../../.. && cd ag-ui && npx -y pnpm@10 install && npx -y pnpm@10 run build' && COPILOTKIT_LOCAL=1 pnpm install && bash -c 'SRC=../../../../ag-ui/middlewares/a2ui-middleware/dist; for f in $(find ../../.. -path \"*/@ag-ui/a2ui-middleware/dist/index.js\" 2>/dev/null); do DIR=$(dirname \"$f\"); cp $SRC/index.js $SRC/index.mjs $SRC/index.d.ts $SRC/index.d.mts \"$DIR/\" 2>/dev/null; done; echo \"a2ui-middleware: all copies patched with local build\"'"
},
"devDependencies": {
"concurrently": "^9.1.2",
"turbo": "^2.5.4"
},
"packageManager": "pnpm@9.0.0",
"pnpm": {
"overrides": {
"esbuild": "^0.27.3"
}
}
}