mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-13 11:00:50 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@openclaw/matrix",
|
|
"version": "2026.3.8",
|
|
"description": "OpenClaw Matrix channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"markdown-it": "14.1.0",
|
|
"matrix-js-sdk": "^40.1.0",
|
|
"music-metadata": "^11.11.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"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": {
|
|
"npmSpec": "@openclaw/matrix",
|
|
"localPath": "extensions/matrix",
|
|
"defaultChoice": "npm"
|
|
},
|
|
"releaseChecks": {
|
|
"rootDependencyMirrorAllowlist": [
|
|
"@matrix-org/matrix-sdk-crypto-nodejs",
|
|
"matrix-js-sdk",
|
|
"music-metadata"
|
|
]
|
|
}
|
|
}
|
|
}
|