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