Files
dashboardAPI/package.json
2026-02-19 17:37:36 +01:00

26 lines
590 B
JSON

{
"name": "dashboardAPI",
"version": "1.0.0",
"description": "EVOLV Grafana dashboard generator (Node-RED node).",
"main": "dashboardapi.js",
"scripts": {
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js"
},
"keywords": [
"dashboard",
"grafana",
"node-red",
"EVOLV"
],
"author": "EVOLV",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"node-red": {
"nodes": {
"dashboardapi": "dashboardapi.js"
}
}
}