{ "name": "@openclaw/amazon-bedrock-mantle-provider", "version": "2026.5.30", "description": "OpenClaw Amazon Bedrock Mantle provider plugin for OpenAI-compatible model routing.", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@anthropic-ai/sdk": "0.100.1", "@aws/bedrock-token-generator": "1.1.0" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "install": { "npmSpec": "@openclaw/amazon-bedrock-mantle-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 } } }