{
  "name": "pi-tmux-harness",
  "version": "0.1.0",
  "description": "Pi extension exposing tmux as native tools — drive other TUIs (pi, claude, copilot CLI, lazygit, etc.) for adversarial testing without fragile sleep+grep loops.",
  "license": "MIT",
  "author": "bagatelia",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bagatelia/pi-tmux-harness.git"
  },
  "homepage": "https://github.com/bagatelia/pi-tmux-harness#readme",
  "bugs": {
    "url": "https://github.com/bagatelia/pi-tmux-harness/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "tmux",
    "testing",
    "tui",
    "harness",
    "subagent",
    "automation"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@mariozechner/pi-ai": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
