mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 14:02:56 +08:00
24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock": "3.1038.0",
|
|
"@aws-sdk/client-bedrock-runtime": "3.1038.0",
|
|
"@aws-sdk/credential-provider-node": "3.972.37"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|