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