{
  "name": "@use-crux/anthropic",
  "version": "0.7.0",
  "description": "Anthropic SDK adapter for Crux — run Crux prompts and agents against Claude models.",
  "keywords": [
    "ai",
    "llm",
    "anthropic",
    "claude",
    "adapter",
    "crux"
  ],
  "author": "Crux",
  "license": "Apache-2.0",
  "homepage": "https://cruxjs.dev/docs/reference/adapters/anthropic",
  "bugs": {
    "url": "https://github.com/use-crux/crux/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "type": "module",
  "dependencies": {
    "@use-crux/core": "0.7.0",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@use-crux/mcp": "^0.5.0 || ^0.6.0 || ^0.7.0",
    "@anthropic-ai/sdk": ">=0.74.0"
  },
  "peerDependenciesMeta": {
    "@use-crux/mcp": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/use-crux/crux.git",
    "directory": "packages/anthropic"
  }
}
