{ "name": "dashboardAPI", "version": "1.0.0", "description": "EVOLV Grafana dashboard generator (Node-RED node).", "main": "dashboardapi.js", "scripts": { "test": "node --test test/*.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" } } }