{
  "name": "pi-yolo-auto",
  "version": "0.1.6",
  "description": "Pi provider extension for the Yolo-Auto flat-rate Qwen3.8-27B API (OpenAI-compatible, stale-while-revalidate model catalog sync, subscription usage).",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "provider",
    "yolo",
    "extension",
    "pi",
    "yolo-auto",
    "qwen",
    "qwen3.8-27b",
    "openai",
    "flat-rate",
    "llm",
    "coding-agent",
    "typescript"
  ],
  "scripts": {
    "check": "node --check index.ts && node --check models.ts && node --check usage.ts && node --check scripts/update-models.js && node --check scripts/release-notes.mjs && node --check scripts/live-provider-probe.mjs",
    "test": "node --experimental-strip-types --test test.ts",
    "update-models": "node scripts/update-models.js",
    "probe:live": "node --experimental-strip-types scripts/live-provider-probe.mjs",
    "build": "echo 'nothing to build'",
    "clean": "echo 'nothing to clean'",
    "typecheck": "tsc --noEmit",
    "verify": "npm run check && npm run typecheck && npm test",
    "prepublishOnly": "npm run verify",
    "release:patch": "npm version patch -m \"chore(release): %s\" && git push --follow-tags && npm publish",
    "release:minor": "npm version minor -m \"chore(release): %s\" && git push --follow-tags && npm publish"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/ryan-brosas/pi-yolo-auto/main/assets/yolo-auto-logo-mark-128.png"
  },
  "main": "index.ts",
  "devDependencies": {
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=22"
  },
  "author": "Ryan Brosas",
  "homepage": "https://yolo-auto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryan-brosas/pi-yolo-auto.git"
  },
  "files": [
    "index.ts",
    "models.ts",
    "usage.ts",
    "models.json",
    "patch.json",
    "custom-models.json",
    "deprecated-models.json",
    "scripts/",
    "README.md",
    "LICENSE",
    "AGENTS.md"
  ],
  "license": "MIT"
}
