Files
clawdbot/extensions/matrix/package.json
2026-01-15 16:47:19 +00:00

14 lines
268 B
JSON

{
"name": "@clawdbot/matrix",
"version": "2026.1.15",
"type": "module",
"description": "Clawdbot Matrix channel plugin",
"clawdbot": {
"extensions": ["./index.ts"]
},
"dependencies": {
"markdown-it": "14.1.0",
"matrix-js-sdk": "40.0.0"
}
}