{
  "name": "@booplex/bpx-consult",
  "version": "0.10.2",
  "description": "Pi extension. A council of AI advisors — consult one model or run a full multi-model consensus before you commit to a direction.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "bpx",
    "advisor",
    "council",
    "consensus",
    "multi-model"
  ],
  "type": "module",
  "license": "MIT",
  "author": "gabelul",
  "engines": {
    "node": ">=22.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabelul/bpx-mono.git",
    "directory": "packages/bpx-consult"
  },
  "homepage": "https://github.com/gabelul/bpx-mono/tree/main/packages/bpx-consult#readme",
  "bugs": {
    "url": "https://github.com/gabelul/bpx-mono/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run"
  },
  "files": [
    "index.ts",
    "src/",
    "prompts/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/gabelul/bpx-mono/main/packages/bpx-consult/preview.png"
  },
  "dependencies": {
    "@juicesharp/rpiv-config": "^1.20.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
