mirror of https://github.com/openclaw/openclaw.git
19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
"version": "2026.4.1",
|
|
"private": true,
|
|
"description": "OpenClaw Amazon Bedrock provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock": "3.1020.0"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|