Files
pumpingStation/package.json
2025-10-07 18:05:54 +02:00

30 lines
566 B
JSON

{
"name": "basin",
"version": "1.0.0",
"description": "Control module",
"main": "basin.js",
"scripts": {
"test": "node basin.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/basin.git"
},
"keywords": [
"basin",
"node-red",
"recipient",
"water"
],
"author": "Rene De Ren",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"node-red": {
"nodes": {
"basin": "basin.js"
}
}
}