{
  "name": "@dotobokuri/fleet-cli",
  "version": "1.17.0",
  "description": "Fleet CLI — a multi-LLM orchestration kit that operates Claude Code and Codex CLI through a single unified interface.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sbluemin/fleet-harness.git",
    "directory": "runtime/fleet-cli"
  },
  "homepage": "https://github.com/sbluemin/fleet-harness#readme",
  "bugs": {
    "url": "https://github.com/sbluemin/fleet-harness/issues"
  },
  "type": "module",
  "preferGlobal": true,
  "bin": {
    "fleet": "./bin/fleet"
  },
  "files": [
    "dist",
    "bin",
    "postinstall.mjs",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node postinstall.mjs"
  },
  "dependencies": {
    "@dotobokuri/fleet-console": "1.17.0",
    "@clack/prompts": "1.4.0",
    "@xterm/headless": "^5.5.0",
    "node-pty": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "tsup": "^8.5.0",
    "tsx": "^4.20.3",
    "typescript": "^6.0.2",
    "vitest": "^4.0.13"
  }
}
