Files
Allnet-Dashboard/package.json
2024-05-28 21:34:33 +02:00

16 lines
278 B
JSON

{
"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"
}
}