chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "node-http",
|
||||
"version": "1.4.10-next.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"example-start": "node dist/index.js",
|
||||
"example-dev": "nodemon ./src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@copilotkit/runtime": "workspace:*",
|
||||
"@copilotkit/shared": "workspace:*",
|
||||
"dotenv": "^16.4.7",
|
||||
"openai": "^4.85.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.17",
|
||||
"nodemon": "^3.1.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsconfig": "workspace:*",
|
||||
"typescript": "^5.2.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user