Files
heatExchanger/package.json
znetsixe 3391069ab0 init
2025-09-29 09:15:52 +02:00

29 lines
743 B
JSON

{
"name": "heatExchanger",
"version": "0.9.0",
"description": "Control module heatExchanger",
"main": "heatExchanger.js",
"scripts": {
"test": "heatExchanger.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/heatExchanger.git"
},
"keywords": [
"heat exchanger",
"node-red"
],
"author": "Rene De Ren",
"license": "SEE LICENSE",
"dependencies": {
"generalfunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalfunctions.git",
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git",
"predict": "git+https://gitea.centraal.wbd-rd.nl/RnD/predict.git"
},
"node-red": {
"nodes": {
"heatExchanger": "heatExchanger.js"
}
}
}