This commit is contained in:
2026-06-21 22:14:04 -04:00
commit 533aec8ba2
46 changed files with 3530 additions and 0 deletions

13
server/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "weather-station",
"version": "1.0.0",
"type": "module",
"main": "index.mjs",
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@scalar/express-api-reference": "^0.10.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"yaml": "^2.9.0"
}
}