Spaces:
Paused
Paused
File size: 281 Bytes
87fc763 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"name": "@openclaw/google-gemini-cli-auth",
"version": "2026.1.30",
"description": "OpenClaw Gemini CLI OAuth provider plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}
|