{
  "name": "@aizigao/pi-proxy-fetch",
  "version": "1.0.2",
  "description": "Pi extension package that routes globalThis.fetch through direct, proxy, or fallback behavior based on hostname rules.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/aizigao/pi-proxy-fetch#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aizigao/pi-proxy-fetch.git"
  },
  "bugs": {
    "url": "https://github.com/aizigao/pi-proxy-fetch/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "proxy",
    "fetch",
    "undici"
  ],
  "files": [
    "index.ts",
    "lib/",
    "assets/",
    "schema.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "schema": "node scripts/generate-schema.js"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "./assets/readme-cover.png"
  },
  "dependencies": {
    "@aizigao/pi-fetch-pipeline": "^1.0.0",
    "undici": "^7.16.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@eslint/js": "^9.39.1",
    "@types/node": "^24.10.1",
    "eslint": "^9.39.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.4"
  }
}
