first commit

This commit is contained in:
ChKendel
2026-02-15 21:44:57 +01:00
committed by chk
parent 05314ce961
commit 58b490b4f1
12 changed files with 263 additions and 0 deletions

11
app/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "docker-info-dashboard",
"version": "2.0.0",
"main": "server.js",
"dependencies": {
"ejs": "^3.1.9",
"express": "^4.18.2",
"node-cron": "^3.0.3",
"pg": "^8.11.3"
}
}