{
  "name": "@hallaxius/nim-booster",
  "version": "1.0.1",
  "description": "OpenCode plugin that boosts NVIDIA NIM providers with health-score rotation, adaptive throttling, and webshare.io proxy rotation.",
  "author": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "nim-booster": "dist/bin.js",
    "booster": "dist/bin.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "default": "./dist/server.js"
    },
    "./tui": {
      "types": "./dist/tui.d.ts",
      "default": "./dist/tui.js"
    }
  },
  "oc-plugin": [
    "server",
    "tui"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "bun run build && node --test tests/*.test.mjs",
    "prepack": "bun run build",
    "format": "biome check --write",
    "format:check": "biome ci",
    "postinstall": "node dist/bin.js init 2>/dev/null || true"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.17.7",
    "jsonc-parser": "^3.3.1",
    "xdg-basedir": "^5.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.1",
    "@types/node": "^22.0.0",
    "typescript": "^5.8.0"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.17.7"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
