{ "name": "harborforge-openclaw-plugin", "version": "0.1.0", "description": "OpenClaw plugin for HarborForge Monitor - streams server telemetry", "type": "module", "scripts": { "build": "cd plugin && npm run build", "install": "node scripts/install.mjs", "uninstall": "node scripts/install.mjs --uninstall" }, "keywords": ["openclaw", "plugin", "monitoring", "harborforge"], "license": "MIT", "engines": { "node": ">=18.0.0" } }