mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 08:52:12 +00:00
Move provider model registries, stream wrappers, OAuth helpers, and LLM utilities into src/llm with plugin-sdk barrels instead of depending on the old embedded runtime layout.
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
"version": "2026.5.26",
|
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
|
"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.3",
|
|
"@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.26"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.26",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|