Files
openclaw/extensions/matrix/package.json

17 lines
313 B
JSON
Raw Normal View History

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": {
"clawdbot": "workspace:*",
2026-01-15 08:29:17 +00:00
"markdown-it": "14.1.0",
"matrix-js-sdk": "40.0.0"
}
}