{
  "name": "pi-advisor-flow",
  "version": "0.3.5",
  "description": "Advanced Executor/Advisor flow for Pi, fully configurable and extendable.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "advisor",
    "pi-advisor",
    "herdr"
  ],
  "homepage": "https://github.com/philipbrembeck/pi-advisor",
  "repository": {
    "type": "git",
    "url": "https://github.com/philipbrembeck/pi-advisor.git"
  },
  "license": "MIT",
  "author": "Philip Brembeck",
  "type": "module",
  "main": "extensions/index.ts",
  "types": "extensions/index.ts",
  "files": [
    "extensions",
    "src",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "benchmark": "bun benchmarks/src/cli.ts",
    "benchmark:report": "bun benchmarks/src/cli.ts report",
    "format": "bunx ultracite fix --linter-enabled=false",
    "lint": "bunx ultracite check",
    "lint:fix": "bunx ultracite fix",
    "package:check": "node scripts/check-package.mjs",
    "prepare": "husky",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "lint-staged": {
    "*.{json,jsonc,ts}": "bun run lint:fix --"
  },
  "overrides": {
    "brace-expansion": "5.0.9",
    "undici": "8.9.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.8",
    "@earendil-works/pi-ai": "^0.84.2",
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "@earendil-works/pi-tui": "^0.84.2",
    "@types/node": "^20.11.0",
    "bun-types": "^1.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^17.3.0",
    "typebox": "^1.3.14",
    "typescript": "^5.3.3",
    "ultracite": "7.10.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "typebox": "^1.1.38"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/philipbrembeck/pi-advisor/refs/heads/main/assets/hero.png"
  }
}
