{ "name": "@openclaw/mattermost", "version": "2026.3.22", "description": "OpenClaw Mattermost channel plugin", "type": "module", "dependencies": { "ws": "^8.20.0", "zod": "^4.3.6" }, "devDependencies": { "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.3.22" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.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", "minHostVersion": ">=2026.3.22" } } }