Files
openclaw/extensions/anthropic-vertex/package.json
2026-05-16 10:11:41 +01:00

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
}
}
}