Files
openclaw/extensions/mattermost/package.json
2026-02-12 18:20:46 +01:00

30 lines
716 B
JSON

{
"name": "@openclaw/mattermost",
"version": "2026.2.12",
"private": true,
"description": "OpenClaw Mattermost channel plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"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"
}
}
}