2026-01-15 08:29:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "@clawdbot/matrix",
|
2026-01-17 20:25:11 +00:00
|
|
|
"version": "2026.1.17-1",
|
2026-01-15 08:29:17 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"description": "Clawdbot Matrix channel plugin",
|
|
|
|
|
"clawdbot": {
|
2026-01-17 10:49:49 +00:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
|
|
|
|
]
|
2026-01-15 08:29:17 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-18 04:29:28 +00:00
|
|
|
"clawdbot": "workspace:*",
|
2026-01-15 08:29:17 +00:00
|
|
|
"markdown-it": "14.1.0",
|
|
|
|
|
"matrix-js-sdk": "40.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|