{
  "name": "@openclaw/amazon-bedrock-provider",
  "version": "2026.5.30",
  "description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
  "repository": {
    "type": "git",
    "url": "https://github.com/openclaw/openclaw"
  },
  "type": "module",
  "dependencies": {
    "@aws-sdk/client-bedrock": "3.1053.0",
    "@aws-sdk/client-bedrock-runtime": "3.1053.0",
    "@aws-sdk/credential-provider-node": "3.972.44",
    "@smithy/node-http-handler": "4.7.4",
    "@smithy/shared-ini-file-loader": "4.5.4",
    "@smithy/types": "4.14.2"
  },
  "devDependencies": {
    "@openclaw/plugin-sdk": "workspace:*"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "install": {
      "npmSpec": "@openclaw/amazon-bedrock-provider",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.5.12-beta.1"
    },
    "compat": {
      "pluginApi": ">=2026.5.30"
    },
    "build": {
      "openclawVersion": "2026.5.30",
      "bundledDist": false
    },
    "release": {
      "publishToClawHub": true,
      "publishToNpm": true
    }
  }
}
