{ "name": "pulse", "version": "1.0.0", "description": "
\"Pulse

Pulse

Real-time monitoring for Proxmox, Docker, and Kubernetes infrastructure.

", "main": "index.js", "directories": { "doc": "docs", "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky", "mock:on": "sed -i 's/PULSE_MOCK_MODE=.*/PULSE_MOCK_MODE=true/' .env || echo 'PULSE_MOCK_MODE=true' >> .env", "mock:off": "sed -i 's/PULSE_MOCK_MODE=.*/PULSE_MOCK_MODE=false/' .env || echo 'PULSE_MOCK_MODE=false' >> .env" }, "repository": { "type": "git", "url": "git+https://github.com/rcourtman/Pulse.git" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/rcourtman/Pulse/issues" }, "homepage": "https://github.com/rcourtman/Pulse#readme", "devDependencies": { "husky": "^9.1.7" } }