This commit is contained in:
2024-05-28 21:34:33 +02:00
parent 211541c0e6
commit fdb31f61c2
7 changed files with 881 additions and 92 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./src/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"express": "^4.19.2"
}
}