Files
openclaw/extensions/diagnostics-prometheus/package.json

35 lines
789 B
JSON

{
"name": "@openclaw/diagnostics-prometheus",
"version": "2026.5.2",
"description": "OpenClaw diagnostics Prometheus exporter",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"clawhubSpec": "clawhub:@openclaw/diagnostics-prometheus",
"npmSpec": "@openclaw/diagnostics-prometheus",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.25"
},
"compat": {
"pluginApi": ">=2026.5.2"
},
"build": {
"openclawVersion": "2026.5.2"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}