Files
openclaw/extensions/matrix/package.json

37 lines
896 B
JSON
Raw Normal View History

2026-01-15 08:29:17 +00:00
{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/matrix",
2026-02-07 00:44:32 -08:00
"version": "2026.2.6-3",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Matrix channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"@vector-im/matrix-bot-sdk": "0.8.0-element.3",
"markdown-it": "14.1.0",
2026-02-03 09:08:52 +09:00
"music-metadata": "^11.11.2",
2026-01-31 21:13:13 +09:00
"zod": "^4.3.6"
},
"devDependencies": {
"openclaw": "workspace:*"
},
2026-01-30 03:15:10 +01:00
"openclaw": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
],
"channel": {
"id": "matrix",
"label": "Matrix",
"selectionLabel": "Matrix (plugin)",
"docsPath": "/channels/matrix",
"docsLabel": "matrix",
"blurb": "open protocol; install the plugin to enable.",
"order": 70,
"quickstartAllowFrom": true
},
"install": {
2026-01-30 03:15:10 +01:00
"npmSpec": "@openclaw/matrix",
"localPath": "extensions/matrix",
"defaultChoice": "npm"
}
2026-01-15 08:29:17 +00:00
}
}