{ "name": "vps-health-api", "version": "1.0.0", "description": "Lightweight VPS health monitoring endpoint", "main": "index.js", "scripts": { "start": "node index.js", "test": "vitest run" }, "devDependencies": { "vitest": "^2.1.8" } }