Files
openclaw/extensions/mattermost/package.json
T
Peter Steinberger 9f703a44dc
Docker Release / build-amd64 (push) Failing after 33s
Docker Release / build-arm64 (push) Has been cancelled
Docker Release / create-manifest (push) Has been cancelled
chore(release): 2026.2.6-3
2026-02-07 00:44:32 -08:00

29 lines
698 B
JSON

{
"name": "@openclaw/mattermost",
"version": "2026.2.6-3",
"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"
}
}
}