Files
openclaw/extensions/minimax-portal-auth/package.json
2026-02-09 11:19:07 -06:00

15 lines
281 B
JSON

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