{
  "name": "pi-openai-api-models-sync",
  "version": "0.3.2",
  "description": "Pi extension that syncs models from an OpenAI-compatible API and enriches them with pricing and capability metadata.",
  "license": "MIT",
  "author": "Shun Li <riverscn@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/riverscn/pi-openai-api-models-sync.git"
  },
  "homepage": "https://github.com/riverscn/pi-openai-api-models-sync#readme",
  "bugs": {
    "url": "https://github.com/riverscn/pi-openai-api-models-sync/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "sub2api",
    "openai",
    "models",
    "pricing"
  ],
  "type": "module",
  "files": [
    "extensions",
    "config.example.json",
    "README.md",
    "README_CN.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.3",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  }
}
