mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
b4d6aff098
* chore(deps): refresh cooled provider and native tooling * build: preserve installed SDK package identity * test: isolate dependency validation fixtures
21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"name": "@openclaw/google-plugin",
|
|
"version": "2026.8.1",
|
|
"private": true,
|
|
"description": "OpenClaw Google plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google/genai": "2.18.0",
|
|
"dotenv": "17.4.2",
|
|
"google-auth-library": "10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|