{ "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": { "dev": "./scripts/hot-dev-bg.sh start --takeover", "dev:status": "./scripts/hot-dev-bg.sh status", "dev:logs": "./scripts/hot-dev-bg.sh logs", "dev:stop": "./scripts/hot-dev-bg.sh stop", "dev:restart": "./scripts/hot-dev-bg.sh restart --takeover", "dev:backend-restart": "./scripts/hot-dev-bg.sh backend-restart", "dev:verify": "./scripts/hot-dev-bg.sh verify --takeover", "dev:foreground": "./scripts/hot-dev.sh", "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": { "@playwright/test": "1.56.1", "husky": "^9.1.7" } }