{
  "name": "@andrewjacop/pi-herdr",
  "version": "0.3.0",
  "description": "herdr integration for the pi coding agent — spawn, drive, wait for, and harvest AI agent panes running in herdr.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "herdr",
    "ai-agent",
    "orchestration",
    "multi-agent",
    "coding-agent",
    "terminal",
    "claude",
    "codex"
  ],
  "license": "MIT",
  "author": "Andrew",
  "homepage": "https://github.com/AndrewJacop/pi-herdr#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AndrewJacop/pi-herdr.git"
  },
  "bugs": {
    "url": "https://github.com/AndrewJacop/pi-herdr/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src/**/*.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node tests/smoke.mjs",
    "test:live": "node tests/live.mjs && node tests/selfreport.mjs && node tests/pong.mjs && node tests/delegate.mjs && node tests/fallback.mjs && node tests/blocked.mjs && node tests/dev-load.mjs",
  "test:win": "node tests/win-start.mjs",
    "test:multi": "node tests/multi.mjs",
    "test:stress": "node tests/stress.mjs",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "typebox": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^22.20.1",
    "jiti": "^2.7.0",
    "typebox": "^1.3.6",
    "typescript": "^7.0.2"
  }
}
