mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b6f206dde0
* automate doc generation * write files * Actually write files * update docs (autogenerated) * remove body (obsolete) * fix build errors * clean up * test * feat(docs): add pre commit hook with husky --------- Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com>
17 lines
298 B
JSON
17 lines
298 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": {
|
|
"husky": "^9.1.4"
|
|
}
|
|
}
|