Files
openclaw/extensions/matrix/package.json

14 lines
268 B
JSON
Raw Normal View History

2026-01-15 08:29:17 +00:00
{
"name": "@clawdbot/matrix",
2026-01-15 16:47:19 +00:00
"version": "2026.1.15",
2026-01-15 08:29:17 +00:00
"type": "module",
"description": "Clawdbot Matrix channel plugin",
"clawdbot": {
"extensions": ["./index.ts"]
},
"dependencies": {
"markdown-it": "14.1.0",
"matrix-js-sdk": "40.0.0"
}
}