Files
openclaw/extensions/minimax/package.json

13 lines
237 B
JSON
Raw Normal View History

2026-03-16 17:22:13 +08:00
{
"name": "@openclaw/minimax-provider",
"version": "2026.3.14",
"private": true,
"description": "OpenClaw MiniMax provider and OAuth plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}