{
  "name": "ay-pi",
  "version": "1.0.4",
  "description": "Deterministic, CPU-first model/thinking routing extension for Pi",
  "type": "module",
  "main": "./dist/index.js",
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "behavior",
    "workflow",
    "model-routing"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ayhanblt/ay-pi.git",
    "directory": "extension/ay-pi"
  },
  "files": [
    "dist",
    "ay-pi.policy.json",
    "package.json"
  ],
  "dependencies": {
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3"
  },
  "scripts": {
    "build": "esbuild src/index.ts --bundle --platform=node --format=esm --external:@earendil-works/pi-coding-agent --external:@xenova/transformers --external:onnxruntime-node --external:sharp --outfile=dist/index.js"
  }
}
