2026-01-15 08:29:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "@clawdbot/matrix",
|
2026-01-23 22:14:56 +00:00
|
|
|
"version": "2026.1.23",
|
2026-01-15 08:29:17 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"description": "Clawdbot Matrix channel plugin",
|
|
|
|
|
"clawdbot": {
|
2026-01-17 10:49:49 +00:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
2026-01-20 11:11:42 +00:00
|
|
|
],
|
|
|
|
|
"channel": {
|
|
|
|
|
"id": "matrix",
|
|
|
|
|
"label": "Matrix",
|
|
|
|
|
"selectionLabel": "Matrix (plugin)",
|
|
|
|
|
"docsPath": "/channels/matrix",
|
|
|
|
|
"docsLabel": "matrix",
|
|
|
|
|
"blurb": "open protocol; install the plugin to enable.",
|
|
|
|
|
"order": 70,
|
|
|
|
|
"quickstartAllowFrom": true
|
|
|
|
|
},
|
|
|
|
|
"install": {
|
|
|
|
|
"npmSpec": "@clawdbot/matrix",
|
|
|
|
|
"localPath": "extensions/matrix",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
2026-01-15 08:29:17 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-20 09:37:27 +01:00
|
|
|
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
|
2026-01-15 08:29:17 +00:00
|
|
|
"markdown-it": "14.1.0",
|
2026-01-20 09:37:27 +01:00
|
|
|
"matrix-bot-sdk": "0.8.0",
|
2026-01-23 16:39:15 -05:00
|
|
|
"music-metadata": "^11.10.6",
|
2026-01-24 10:30:21 +00:00
|
|
|
"zod": "^4.3.6"
|
2026-01-23 16:39:15 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"clawdbot": "workspace:*"
|
2026-01-15 08:29:17 +00:00
|
|
|
}
|
|
|
|
|
}
|