This commit is contained in:
2026-04-05 20:27:43 -04:00
commit 32a690d85b
32 changed files with 5325 additions and 0 deletions

19
code/package.json Executable file
View File

@@ -0,0 +1,19 @@
{
"name": "dashboard",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "node src/main.mjs",
"start:prod": "nodemon src/main.mjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "Dashboard",
"dependencies": {
"node-gpsd": "^0.3.4"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}