SummerProject2026/dashboard/package.json
2026-07-15 17:55:53 -06:00

15 lines
346 B
JSON

{
"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",
"test": "node --test tests/contract.test.mjs"
},
"engines": {
"node": ">=20"
}
}