mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
"version": "2026.3.29",
|
|
"private": true,
|
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock": "3.1018.0"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|