{
  "name": "@alexeiled/pi-model-router",
  "version": "0.6.5",
  "type": "module",
  "files": [
    "extensions",
    "!extensions/**/*.test.ts",
    "!extensions/test",
    "LICENSE",
    "model-router.example.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "description": "Independently maintained Pi model router with tiered routing, soft budget controls, classifier fallback, and custom-provider support.",
  "keywords": [
    "pi-package",
    "pi",
    "model-router",
    "llm",
    "coding-agent",
    "extension"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "npm@12.0.2",
  "author": "Alexei Ledenev",
  "contributors": [
    "Ye Liu"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexei-led/pi-model-router.git"
  },
  "homepage": "https://github.com/alexei-led/pi-model-router#readme",
  "bugs": {
    "url": "https://github.com/alexei-led/pi-model-router/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./extensions/index.ts"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "tsc": "tsc --noEmit",
    "build": "tsc",
    "prepublishOnly": "npm run check && npm test",
    "test": "vitest run --pool=threads",
    "check": "biome check --error-on-warnings . && npm run tsc",
    "lint": "biome lint --error-on-warnings .",
    "lint:fix": "biome lint --write --error-on-warnings .",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "pack:dry": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.86.0",
    "@earendil-works/pi-ai": ">=0.86.0",
    "@earendil-works/pi-coding-agent": ">=0.86.0",
    "@earendil-works/pi-tui": ">=0.86.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.14",
    "@earendil-works/pi-agent-core": "0.86.0",
    "@earendil-works/pi-ai": "0.86.0",
    "@earendil-works/pi-coding-agent": "0.86.0",
    "@earendil-works/pi-tui": "0.86.0",
    "typescript": "^7.0.2",
    "vitest": "^5.0.1"
  }
}
