mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
80dffec4e7
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>
25 lines
527 B
JSON
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"
|
|
}
|
|
}
|