{ "name": "@openclaw/qa-matrix", "version": "2026.5.3", "private": true, "description": "OpenClaw Matrix QA runner plugin", "type": "module", "dependencies": { "undici": "8.1.0" }, "devDependencies": { "@openclaw/matrix": "workspace:*", "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.5.3" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "compat": { "pluginApi": ">=2026.5.3" } } }