{
  "name": "tako-cli",
  "version": "0.3.33",
  "description": "Tako CLI — unified launcher for AI coding tools (Claude Code, Codex, Gemini) with multi-agent session management",
  "type": "module",
  "homepage": "https://github.com/tako-dev/cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tako-dev/cli.git"
  },
  "bugs": {
    "url": "https://github.com/tako-dev/cli/issues"
  },
  "author": "Barrierml",
  "bin": {
    "tako": "./dist/index.js"
  },
  "files": [
    "install.sh",
    "install.ps1",
    "dist"
  ],
  "scripts": {
    "build": "bun run scripts/build.ts",
    "bump": "bun scripts/bump.ts",
    "test": "bun test",
    "test:unit": "bun test tests/unit.*.test.ts",
    "test:integration": "bun test tests/integration.*.test.ts",
    "test:platform": "bun test tests/platform.*.test.ts",
    "test:pre-release": "bun test tests/pre-release.test.ts",
    "test:e2e": "bash scripts/test-install.sh",
    "test:e2e-installer": "TAKO_HOME=$(mktemp -d) bun tests/e2e/installer-driver.ts",
    "test:watch": "bun test --watch",
    "test:coverage": "bun test --coverage",
    "release": "bun scripts/bump.ts patch && git add package.json && git commit -m \"chore: release v$(node -p 'require(\"./package.json\").version')\" && git tag v$(node -p 'require(\"./package.json\").version') && git push && git push --tags",
    "release:minor": "bun scripts/bump.ts minor && git add package.json && git commit -m \"chore: release v$(node -p 'require(\"./package.json\").version')\" && git tag v$(node -p 'require(\"./package.json\").version') && git push && git push --tags",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@types/react": "^19.2.7",
    "bun-types": "latest"
  },
  "keywords": [
    "cli",
    "ai",
    "claude",
    "claude-code",
    "codex",
    "gemini-cli",
    "ai-agent",
    "coding-agent",
    "llm",
    "tui",
    "terminal",
    "deepseek",
    "developer-tools",
    "ai-coding"
  ],
  "license": "MIT",
  "dependencies": {
    "@inkjs/ui": "^2.0.0",
    "@openpanel/sdk": "^1.0.4",
    "ink": "^6.6.0",
    "qrcode-terminal": "^0.12.0",
    "react": "^19.2.3",
    "smol-toml": "^1.3.1"
  }
}
