{ "name": "utah-vehicle-health-dashboard", "version": "0.1.0", "private": true, "type": "module", "description": "Dependency-free static dashboard for approved Utah Vehicle Health aggregates.", "scripts": { "start": "node server.mjs", "start:lan": "node server.mjs --lan", "test": "node --test tests/contract.test.mjs" }, "engines": { "node": ">=20" } }