Files
openclaw/extensions/matrix/package.json

42 lines
1.0 KiB
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-03-13 01:37:52 +00:00
"version": "2026.3.12",
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Matrix channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
2026-03-09 06:09:22 +00:00
"@mariozechner/pi-agent-core": "0.57.1",
2026-01-31 21:13:13 +09:00
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
"@vector-im/matrix-bot-sdk": "0.8.0-element.3",
2026-02-12 09:14:48 +09:00
"markdown-it": "14.1.1",
"music-metadata": "^11.12.3",
2026-01-31 21:13:13 +09:00
"zod": "^4.3.6"
},
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"
},
"releaseChecks": {
"rootDependencyMirrorAllowlist": [
"@matrix-org/matrix-sdk-crypto-nodejs",
"@vector-im/matrix-bot-sdk",
"music-metadata"
]
}
2026-01-15 08:29:17 +00:00
}
}