mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 06:24:46 +00:00
40 lines
921 B
JSON
40 lines
921 B
JSON
{
|
|
"name": "@openclaw/anthropic-vertex-provider",
|
|
"version": "2026.5.17",
|
|
"description": "OpenClaw Anthropic Vertex provider plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@anthropic-ai/vertex-sdk": "0.16.0",
|
|
"@earendil-works/pi-agent-core": "0.74.0",
|
|
"@earendil-works/pi-ai": "0.74.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/anthropic-vertex-provider",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.5.12-beta.1"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.17"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.5.17",
|
|
"bundledDist": false
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|