{
  "name": "@kodelyth/mattermost",
  "version": "2026.6.10",
  "description": "Klaw Mattermost channel plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/kodelyth/klaw"
  },
  "type": "module",
  "dependencies": {
    "ws": "8.20.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@kodelyth/plugin-sdk": "workspace:*",
    "@kodelyth/klaw": "workspace:*"
  },
  "peerDependencies": {
    "@kodelyth/klaw": ">=2026.5.19"
  },
  "peerDependenciesMeta": {
    "@kodelyth/klaw": {
      "optional": true
    }
  },
  "klaw": {
    "extensions": [
      "./index.js"
    ],
    "setupEntry": "./setup-entry.js",
    "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": {
      "minHostVersion": ">=2026.4.10"
    }
  }
}
