{
  "name": "@zhcsyncer/pi-herdr-companion",
  "version": "0.1.0",
  "description": "A focused Pi companion for Herdr runtime context, managed processes, /btw side threads, and blocked-state adapters.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "herdr",
    "process-manager",
    "side-thread",
    "btw"
  ],
  "type": "module",
  "license": "MIT",
  "author": "zhcsyncer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhcsyncer/pi-extensions.git",
    "directory": "packages/pi-herdr-companion"
  },
  "homepage": "https://github.com/zhcsyncer/pi-extensions/tree/main/packages/pi-herdr-companion#readme",
  "bugs": {
    "url": "https://github.com/zhcsyncer/pi-extensions/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json",
    "test": "vitest run",
    "check": "pnpm typecheck && pnpm test"
  },
  "files": [
    "extensions/",
    "src/",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "LICENSE",
    "UPSTREAM_LICENSE",
    "UPSTREAM_SOURCE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/herdr-companion.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.0 <1",
    "@earendil-works/pi-coding-agent": ">=0.84.0 <1",
    "@earendil-works/pi-tui": ">=0.84.0 <1",
    "typebox": "^1.1.24"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.0",
    "@earendil-works/pi-coding-agent": "0.84.0",
    "@earendil-works/pi-tui": "0.84.0",
    "@types/node": "25.6.0",
    "typebox": "1.1.24",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  }
}
