mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-21 13:22:30 +08:00
32 lines
602 B
JSON
32 lines
602 B
JSON
{
|
|
"name": "@openclaw/qa-matrix",
|
|
"version": "2026.4.20",
|
|
"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.4.20"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.4.20"
|
|
}
|
|
}
|
|
}
|