Files
openclaw/extensions/minimax-portal-auth/package.json
2026-02-06 15:37:31 -08:00

15 lines
281 B
JSON

{
"name": "@openclaw/minimax-portal-auth",
"version": "2026.2.6",
"description": "OpenClaw MiniMax Portal OAuth provider plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}