Files
clawdbot/extensions/matrix/package.json
2026-01-17 20:26:24 +00:00

16 lines
282 B
JSON

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