{
  "name": "pi-cliproxyapi",
  "version": "0.3.5",
  "type": "module",
  "description": "Pi extension for corporate management of model providers via a single CliProxyAPI endpoint",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abix5/pi-cliproxyapi.git"
  },
  "files": [
    "index.ts",
    "src",
    "docs",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./"
    ]
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "cliproxyapi"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "check:migration": "node --disable-warning=ExperimentalWarning --experimental-strip-types scripts/check-config-migration.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "typescript": "^5.6.0"
  }
}
