chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user