Files
clawdbot/extensions/matrix/package.json
2026-01-17 11:08:37 +00:00

16 lines
280 B
JSON

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