Files
openclaw/extensions/mattermost/package.json

30 lines
705 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/mattermost",
2026-03-13 01:37:52 +00:00
"version": "2026.3.12",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Mattermost channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
"ws": "^8.19.0",
"zod": "^4.3.6"
},
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"
}
}
}