feat: add matrix channel plugin
This commit is contained in:
13
extensions/matrix/package.json
Normal file
13
extensions/matrix/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@clawdbot/matrix",
|
||||
"version": "2026.1.14",
|
||||
"type": "module",
|
||||
"description": "Clawdbot Matrix channel plugin",
|
||||
"clawdbot": {
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "14.1.0",
|
||||
"matrix-js-sdk": "40.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user