Files
copilotkit__copilotkit/package.json
T
johnprg e22446fea4 refactor(docs): overhaul new user experience and navigation
We're overhauling our documentation such that the experience
of selecting an agent framework or LLM is very clear. Doing
this is intended to greatly improve the experience of new
and existing users trying to find relevant documentation to them.

Signed-off-by: johnprg <john@theartofwork.com>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-06-23 14:00:05 -04: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.8.11",
"@copilotkit/react-textarea": "1.8.11",
"@copilotkit/react-ui": "1.8.11",
"@copilotkit/runtime": "1.8.11",
"nvm": "^0.0.4"
}
}