{
  "name": "pi-airpx",
  "version": "0.7.1",
  "description": "Log in to the airpx LLM proxy (https://airpx.cc) with an sk-proxy API key and auto-import its model catalog (prices, context windows, reasoning, vision) into the pi coding agent.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axelbaumlisto/pi-airpx.git"
  },
  "homepage": "https://github.com/axelbaumlisto/pi-airpx#readme",
  "bugs": {
    "url": "https://github.com/axelbaumlisto/pi-airpx/issues"
  },
  "scripts": {
    "typecheck": "tsc",
    "test:unit": "node --experimental-strip-types --test",
    "test": "npm run typecheck && npm run test:unit"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "provider",
    "proxy",
    "airpx"
  ],
  "files": [
    "extensions",
    "src",
    "docs",
    "README.md",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^26.1.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
