- Remove standalone Next.js output; gateway now installs deps and builds on first start, skips if .next/BUILD_ID already exists - Rename openclaw→ironclaw workspace refs in all 30 extensions + clawdbot/moltbot - Add @tiptap/core as explicit dep in apps/web (pnpm strict mode requires it) - Improve ensureDepsInstalled: detect pnpm workspace vs npm global install - Remove pre-build step from deploy.sh; ship source, build on user machine - Update package.json files to include full apps/web/ source Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
896 B
JSON
37 lines
896 B
JSON
{
|
|
"name": "@openclaw/matrix",
|
|
"version": "2026.2.6-3",
|
|
"description": "OpenClaw Matrix channel plugin",
|
|
"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",
|
|
"music-metadata": "^11.12.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"ironclaw": "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"
|
|
}
|
|
}
|
|
}
|