Files
pumpingStation/package.json
2025-10-14 08:36:45 +02:00

30 lines
629 B
JSON

{
"name": "pumpingStation",
"version": "1.0.0",
"description": "Control module",
"main": "pumpingStation.js",
"scripts": {
"test": "node pumpingStation.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git"
},
"keywords": [
"pumpingStation",
"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": {
"pumpingStation": "pumpingStation.js"
}
}
}