{
  "name": "@standardagents/anthropic",
  "version": "0.40.6",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "description": "Anthropic (Claude) provider for Standard Agents",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./pricing": {
      "types": "./dist/pricing.d.ts",
      "import": "./dist/pricing.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "cd ../.. && vitest --dir packages/anthropic",
    "test:run": "cd ../.. && vitest run --dir packages/anthropic"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.104.1",
    "@standardagents/provider-pricing": "0.40.6",
    "zod": "^4.3.5"
  },
  "peerDependencies": {
    "@standardagents/spec": "^0.40.6"
  },
  "devDependencies": {
    "@standardagents/spec": "0.40.6",
    "tsup": "^8.3.5",
    "typescript": "^5.9.0"
  },
  "keywords": [
    "standardagents",
    "anthropic",
    "claude",
    "provider",
    "ai",
    "llm"
  ],
  "author": "FormKit Inc.",
  "license": "UNLICENSED"
}
