{
  "name": "pi-copilot-auto",
  "version": "0.1.0",
  "description": "GitHub Copilot Auto model routing for the pi coding agent",
  "keywords": [
    "copilot",
    "github-copilot",
    "model-routing",
    "pi-extension",
    "pi-package"
  ],
  "homepage": "https://github.com/asp345/pi-copilot-auto#readme",
  "bugs": {
    "url": "https://github.com/asp345/pi-copilot-auto/issues"
  },
  "license": "MIT",
  "author": "Chanyeong Lim",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asp345/pi-copilot-auto.git"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "audit": "npm audit --omit=dev --audit-level=high",
    "check": "npm run format:check && npm run lint && npm run typecheck && npm run smoke",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint --deny-warnings src",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm run check",
    "smoke": "pi -e . --list-models > /dev/null",
    "typecheck": "tsc"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.0",
    "@earendil-works/pi-coding-agent": "^0.82.0",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "typescript": "^6.0.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
    }
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "npm@11.16.0",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
