{
  "name": "@ex-machina/opencode-anthropic-auth",
  "version": "1.8.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/ex-machina-co/opencode-anthropic-auth"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "bun": "1.3.14"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "tsc -p tsconfig.build.json",
    "build": "tsc -p tsconfig.build.json",
    "dev": "bun scripts/dev.ts",
    "dev:clean": "bun scripts/dev-clean.ts",
    "extract": "bun scripts/extract-system-prompt.ts",
    "test": "bun test",
    "types": "tsc",
    "format": "biome check --write --unsafe",
    "format:check": "biome format .",
    "lint": "biome lint .",
    "change": "changeset",
    "release": "bun run build && bun change publish"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.15",
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.31.0",
    "@opencode-ai/plugin": "1.14.50",
    "@tsconfig/bun": "1.0.10",
    "@types/bun": "1.3.14",
    "dedent": "^1.7.2",
    "lefthook": "2.1.6",
    "typescript": "6.0.3"
  }
}
