This commit is contained in:
znetsixe
2025-05-26 17:24:42 +02:00
parent 88945add81
commit 09f1c37125
6 changed files with 1551 additions and 0 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"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"
}
}
}