mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 04:57:09 +02:00
23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"name": "@openclaw/google-plugin",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw Google plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google/genai": "^1.50.1",
|
|
"@mariozechner/pi-ai": "0.70.2"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|