{
  "name": "@cabane/companion",
  "version": "0.6.115",
  "type": "module",
  "description": "The Cabane Companion (headless): connect a coding agent on your machine to your Cabane workspace as a responder — drive work against your own codebase, files, and MCP servers without putting any of it in Cabane.",
  "license": "UNLICENSED",
  "homepage": "https://cabane.ai",
  "packageManager": "pnpm@11.1.2",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "cabane-companion": "./dist/cli.js"
  },
  "main": "./dist/cli.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsup && node scripts/copy-static.mjs",
    "dev": "tsx watch src/cli.ts",
    "lint": "eslint .",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "postinstall": "node dist/postinstall.js || exit 0",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.270",
    "@openai/codex-sdk": "0.154.0",
    "@hono/node-server": "1.19.14",
    "@inquirer/prompts": "7.10.1",
    "commander": "12.1.0",
    "eventsource-parser": "3.0.8",
    "hono": "4.12.18",
    "picocolors": "1.1.1",
    "pino": "10.3.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@cabane/agent-runtime": "workspace:*",
    "@eslint/js": "9.39.4",
    "@types/node": "22.19.19",
    "eslint": "9.39.4",
    "globals": "15.15.0",
    "tsup": "8.5.1",
    "tsx": "4.21.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.59.3",
    "vitest": "3.2.4"
  }
}
