Files
moltbot/extensions/mattermost/package.json
2026-03-06 22:26:15 +05:30

30 lines
704 B
JSON

{
"name": "@openclaw/mattermost",
"version": "2026.3.3",
"description": "OpenClaw Mattermost channel plugin",
"type": "module",
"dependencies": {
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "mattermost",
"label": "Mattermost",
"selectionLabel": "Mattermost (plugin)",
"docsPath": "/channels/mattermost",
"docsLabel": "mattermost",
"blurb": "self-hosted Slack-style chat; install the plugin to enable.",
"order": 65
},
"install": {
"npmSpec": "@openclaw/mattermost",
"localPath": "extensions/mattermost",
"defaultChoice": "npm"
}
}
}