{
  "name": "@zachwill/pi-orchestrate",
  "version": "0.1.1",
  "type": "module",
  "description": "Concurrent worker orchestration for Pi",
  "files": ["extension/", "examples/", "README.md", "LICENSE"],
  "keywords": ["pi-package", "pi", "workers", "orchestration"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zachwill/pi-orchestrate.git"
  },
  "homepage": "https://github.com/zachwill/pi-orchestrate#readme",
  "bugs": {
    "url": "https://github.com/zachwill/pi-orchestrate/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": ["./extension/index.ts"]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "dependencies": {
    "effect": "4.0.0-beta.99"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "^0.80.10",
    "@earendil-works/pi-ai": "^0.80.10",
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@earendil-works/pi-tui": "^0.80.10",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-agent-core": "0.80.10",
    "@earendil-works/pi-ai": "0.80.10",
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@earendil-works/pi-tui": "0.80.10",
    "@types/node": "^22.19.17",
    "typebox": "^1.1.37",
    "typescript": "^5.9.3"
  }
}
