mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
a05232e11a
* chore: add danger comment when LG executors are not aligned
18 lines
323 B
JSON
18 lines
323 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"
|
|
}
|
|
}
|