Files
openclaw/extensions/google-antigravity-auth/package.json

16 lines
309 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/google-antigravity-auth",
2026-02-12 18:20:26 +01:00
"version": "2026.2.12",
"private": true,
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Google Antigravity OAuth provider plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
2026-01-30 03:15:10 +01:00
"openclaw": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
]
}
}