Files
Tyler Slaton 80dffec4e7 feat: Reimplement CopilotKit on top of refreshed internals (v1.50.0)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Ran Shemtov <ran@copilotkit.ai>
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
Co-authored-by: Mike Ryan <mike.ryan52@gmail.com>
Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
2025-12-12 09:25:10 -08:00

25 lines
527 B
JSON

{
"name": "CopilotKit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"danger": "^12.3.3",
"husky": "^9.1.4"
},
"dependencies": {
"@copilotkit/react-core": "1.10.6",
"@copilotkit/react-textarea": "1.10.6",
"@copilotkit/react-ui": "1.10.6",
"@copilotkit/runtime": "1.10.6",
"nvm": "^0.0.4"
}
}