Files
pumpingStation/package.json

30 lines
629 B
JSON
Raw Normal View History

2025-10-07 18:05:54 +02:00
{
2025-10-14 13:51:32 +02:00
"name": "pumpingstation",
2025-10-07 18:05:54 +02:00
"version": "1.0.0",
"description": "Control module",
2025-10-14 08:36:45 +02:00
"main": "pumpingStation.js",
2025-10-07 18:05:54 +02:00
"scripts": {
2025-10-14 08:36:45 +02:00
"test": "node pumpingStation.js"
2025-10-07 18:05:54 +02:00
},
"repository": {
"type": "git",
2025-10-14 08:36:45 +02:00
"url": "https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git"
2025-10-07 18:05:54 +02:00
},
"keywords": [
2025-10-14 13:51:32 +02:00
"pumpingstation",
2025-10-07 18:05:54 +02:00
"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": {
2025-10-14 13:51:32 +02:00
"pumpingstation": "pumpingStation.js"
2025-10-07 18:05:54 +02:00
}
}
}