Files
openclaw/extensions/mattermost/package.json

26 lines
639 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/mattermost",
"version": "2026.2.24",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Mattermost channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
2026-01-30 03:15:10 +01:00
"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": {
2026-01-30 03:15:10 +01:00
"npmSpec": "@openclaw/mattermost",
"localPath": "extensions/mattermost",
"defaultChoice": "npm"
}
}
}