{ "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" } }