mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 13:38:43 +02:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
768 B
JSON
29 lines
768 B
JSON
{
|
|
"name": "kopaya",
|
|
"version": "1.0.0",
|
|
"description": "Terminal UI wrapper for coordinating multiple GitHub Copilot CLI sessions across projects.",
|
|
"private": true,
|
|
"scripts": {
|
|
"lsp:typescript": "typescript-language-server --stdio",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun run typecheck"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/davidkaya/kopaya.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/davidkaya/kopaya/issues"
|
|
},
|
|
"homepage": "https://github.com/davidkaya/kopaya#readme",
|
|
"packageManager": "bun@1.3.6",
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-language-server": "^5.1.3"
|
|
}
|
|
}
|