Files
copilotkit__copilotkit/examples/v2/node-express/package.json
Claude 0d9e3b88f6 chore(post-release): update version to 1.55.0-next.8
The previous publish workflow released 1.55.0-next.8 to npm but the
post-release commit failed to push to main (blocked by branch
protection). This applies the version bumps and pre.json updates that
the workflow would have committed, unblocking future releases.

https://claude.ai/code/session_01N8sLK9h9p6FdRjyHqzKzVV
2026-04-02 02:23:27 +00:00

24 lines
559 B
JSON

{
"name": "@copilotkit/node-express",
"version": "1.55.0-next.8",
"private": true,
"scripts": {
"example-dev": "tsx watch src/index.ts",
"example-build": "tsc",
"example-start": "node dist/index.js"
},
"dependencies": {
"@copilotkit/runtime": "workspace:*",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"zod": "^3.25.75"
},
"devDependencies": {
"@copilotkit/typescript-config": "workspace:^",
"@types/express": "^4.17.21",
"@types/node": "^22.10.7",
"tsx": "^4.19.2",
"typescript": "^5.8.2"
}
}