2026-01-13 14:29:43 +01:00
|
|
|
{
|
|
|
|
|
"name": "dashboardAPI",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "EVOLV Grafana dashboard generator (Node-RED node).",
|
2026-05-19 16:36:56 +02:00
|
|
|
"main": "dashboardAPI.js",
|
2026-01-13 14:29:43 +01:00
|
|
|
"scripts": {
|
2026-05-11 15:17:46 +02:00
|
|
|
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js",
|
|
|
|
|
"wiki:contract": "node ../generalFunctions/scripts/wikiGen.js contract ./src/commands/index.js --write ./wiki/Home.md",
|
|
|
|
|
"wiki:datamodel": "node ../generalFunctions/scripts/wikiGen.js datamodel ./src/specificClass.js --write ./wiki/Home.md",
|
|
|
|
|
"wiki:all": "npm run wiki:contract && npm run wiki:datamodel"
|
2026-01-13 14:29:43 +01:00
|
|
|
},
|
|
|
|
|
"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": {
|
2026-05-19 16:36:56 +02:00
|
|
|
"dashboardapi": "dashboardAPI.js"
|
2026-01-13 14:29:43 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|