mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"name": "@openclaw/google-gemini-cli-auth",
|
|
"version": "2026.2.1",
|
|
"description": "OpenClaw Gemini CLI OAuth provider plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|