{
  "name": "opencode-provider-litellm",
  "version": "0.10.0",
  "description": "OpenCode plugin for any LiteLLM proxy — auto-discovers models, auth, and capabilities",
  "type": "module",
  "exports": {
    ".": "./src/index.ts",
    "./server": "./src/index.ts"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest run",
    "build": "tsc --noEmit && esbuild src/index.ts --bundle --outfile=dist/litellm.js --platform=node --target=node20 --format=esm --external:node:* --packages=external"
  },
  "keywords": [
    "opencode",
    "llm",
    "plugin",
    "litellm"
  ],
  "license": "MIT",
  "author": "Daniel Cherubini",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielcherubini/opencode-provider-litellm.git"
  },
  "engines": {
    "opencode": ">=1.14.0"
  },
  "dependencies": {
    "@opencode-ai/plugin": "latest"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0",
    "vitest": "^3.0.0",
    "@vitest/coverage-v8": "^3.0.0",
    "esbuild": "^0.27.0"
  }
}
