Files
EVOLV/package.json
2025-05-14 11:32:19 +02:00

41 lines
1.3 KiB
JSON

{
"name": "EVOLV",
"version": "1.0.41",
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
"keywords": [
"node-red",
"EVOLV",
"automation",
"control",
"wastewater"
],
"node-red": {
"nodes": {
"asm1": "asm1/asm1.js",
"convert": "convert/convert.js",
"dashboardapi": "dashboardapi/dashboardapi.js",
"diffuser": "diffuser/diffuser.js",
"gateGroupControl": "gateGroupControl/ggc.js",
"heatexchanger": "heatexchanger/heatexchanger.js",
"coreSync": "coreSync/coreSync.js",
"linearActuator": "linearActuator/linearActuator.js",
"machineGroupControl": "machineGroupControl/mgc.js",
"measurement": "measurement/measurement.js",
"monster": "monster/monster.js",
"predict": "predict/predict.js",
"reactor": "reactor/reactor.js",
"rotatingMachine": "rotatingMachine/rotatingMachine.js",
"thermalCollector": "thermalCollector/thermalCollector.js",
"valve": "valve/valve.js",
"valveGroupControl": "valveGroupControl/valveGroupControl.js"
}
},
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels",
"license": "SEE LICENSE",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"mathjs": "^13.2.0"
}
}