{
  "name": "@wyattjoh/wayfinder-pi",
  "version": "0.1.0",
  "description": "Pi extension that shows the Wayfinder router's model decision after each routed turn",
  "type": "module",
  "license": "MIT",
  "author": "Wyatt Johnson",
  "keywords": ["pi-package", "pi-extension", "wayfinder", "llm-routing"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wyattjoh/wayfinder-pi.git"
  },
  "homepage": "https://github.com/wyattjoh/wayfinder-pi#readme",
  "bugs": {
    "url": "https://github.com/wyattjoh/wayfinder-pi/issues"
  },
  "files": ["src", "README.md", "LICENSE"],
  "packageManager": "bun@1.3.14",
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "bun test && bun run typecheck"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.67.6"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.10",
    "@types/bun": "1.3.14",
    "typescript": "5.9.3"
  }
}
