initial code

This commit is contained in:
2026-07-15 17:55:53 -06:00
parent 0952a7ffce
commit 05729fc6de
53 changed files with 12965 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"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"
}
}