Files
openclaw/extensions/qa-matrix/package.json
Peter Steinberger adf6b08ab4 refactor: consolidate duration parsing and formatting (#105988)
* refactor: consolidate duration handling

* docs: leave release notes to release workflow

* fix: preserve build timing precision

* ci: align plugin sdk surface budgets
2026-07-12 23:38:22 -07:00

33 lines
625 B
JSON

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