24 lines
559 B
JSON
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"
|
|
}
|
|
}
|