2026-01-15 08:29:17 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/matrix",
|
2026-04-06 17:05:22 +01:00
|
|
|
"version": "2026.4.6",
|
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",
|
2026-03-29 15:57:28 -04:00
|
|
|
"@matrix-org/matrix-sdk-crypto-wasm": "18.0.0",
|
2026-03-19 01:53:57 -04:00
|
|
|
"fake-indexeddb": "^6.2.5",
|
2026-03-22 08:36:35 -07:00
|
|
|
"markdown-it": "14.1.1",
|
2026-03-31 22:55:44 +09:00
|
|
|
"matrix-js-sdk": "41.3.0-rc.0",
|
2026-03-27 09:50:05 +05:30
|
|
|
"music-metadata": "^11.12.3"
|
2026-01-31 21:13:13 +09:00
|
|
|
},
|
2026-03-31 21:53:29 +01:00
|
|
|
"devDependencies": {
|
2026-04-07 08:48:08 +01:00
|
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
2026-03-31 21:53:29 +01:00
|
|
|
"openclaw": "workspace:*"
|
|
|
|
|
},
|
2026-03-21 18:03:18 -07:00
|
|
|
"peerDependencies": {
|
2026-04-06 17:05:22 +01:00
|
|
|
"openclaw": ">=2026.4.6"
|
2026-03-21 18:03:18 -07:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"openclaw": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-17 10:49:49 +00:00
|
|
|
"extensions": [
|
2026-03-29 21:00:28 +01:00
|
|
|
"./index.ts"
|
2026-01-20 11:11:42 +00:00
|
|
|
],
|
2026-03-15 18:46:22 -07:00
|
|
|
"setupEntry": "./setup-entry.ts",
|
2026-01-20 11:11:42 +00:00
|
|
|
"channel": {
|
|
|
|
|
"id": "matrix",
|
|
|
|
|
"label": "Matrix",
|
|
|
|
|
"selectionLabel": "Matrix (plugin)",
|
|
|
|
|
"docsPath": "/channels/matrix",
|
|
|
|
|
"docsLabel": "matrix",
|
|
|
|
|
"blurb": "open protocol; install the plugin to enable.",
|
|
|
|
|
"order": 70,
|
2026-04-05 20:16:57 -04:00
|
|
|
"quickstartAllowFrom": true,
|
|
|
|
|
"persistedAuthState": {
|
|
|
|
|
"specifier": "./auth-presence",
|
|
|
|
|
"exportName": "hasAnyMatrixAuth"
|
|
|
|
|
}
|
2026-01-20 11:11:42 +00:00
|
|
|
},
|
|
|
|
|
"install": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/matrix",
|
2026-03-22 09:12:08 -07:00
|
|
|
"defaultChoice": "npm",
|
2026-04-06 17:05:22 +01:00
|
|
|
"minHostVersion": ">=2026.4.6",
|
2026-04-03 17:54:01 +01:00
|
|
|
"allowInvalidConfigRecovery": true
|
2026-03-08 16:25:56 +00:00
|
|
|
},
|
2026-03-19 01:53:57 -04:00
|
|
|
"releaseChecks": {
|
|
|
|
|
"rootDependencyMirrorAllowlist": [
|
2026-03-29 15:57:28 -04:00
|
|
|
"@matrix-org/matrix-sdk-crypto-wasm",
|
2026-03-19 01:53:57 -04:00
|
|
|
"@matrix-org/matrix-sdk-crypto-nodejs",
|
2026-03-29 15:57:28 -04:00
|
|
|
"matrix-js-sdk"
|
2026-03-19 01:53:57 -04:00
|
|
|
]
|
2026-01-20 11:11:42 +00:00
|
|
|
}
|
2026-01-15 08:29:17 +00:00
|
|
|
}
|
|
|
|
|
}
|