mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:50:42 +00:00
* fix(plugins): localize bundled runtime deps to extensions * fix(plugins): move staged runtime deps out of root * fix(packaging): harden prepack and runtime dep staging * fix(packaging): preserve optional runtime dep staging * Update CHANGELOG.md * fix(packaging): harden runtime staging filesystem writes * fix(docker): ship preinstall warning in bootstrap layers * fix(packaging): exclude staged plugin node_modules from npm pack
22 lines
402 B
JSON
22 lines
402 B
JSON
{
|
|
"name": "@openclaw/google-plugin",
|
|
"version": "2026.4.12",
|
|
"private": true,
|
|
"description": "OpenClaw Google plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google/genai": "^1.49.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"bundle": {
|
|
"stageRuntimeDependencies": true
|
|
},
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|