mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
Simplify plugin installation and runtime loading around package-manager-owned dependencies, with Jiti reserved for local/TS fallback paths. Also scans npm plugin install roots so hoisted transitive dependencies are covered by dependency denylist and node_modules symlink checks.
20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"name": "@openclaw/google-plugin",
|
|
"version": "2026.4.25",
|
|
"private": true,
|
|
"description": "OpenClaw Google plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google/genai": "^1.51.0",
|
|
"@mariozechner/pi-ai": "0.71.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|