mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-04 22:01:15 +00:00
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "@openclaw/amazon-bedrock-provider",
|
|
"version": "2026.4.1-beta.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"
|
|
]
|
|
}
|
|
}
|