mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"name": "@openclaw/google-plugin",
|
|
"version": "2026.5.4",
|
|
"private": true,
|
|
"description": "OpenClaw Google plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google/genai": "^1.51.0",
|
|
"@mariozechner/pi-ai": "0.73.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|