Files
liquidFlowHandler/package.json
2025-07-23 14:07:42 +02:00

29 lines
680 B
JSON

{
"name": "liquidFlowHandler",
"version": "0.0.1",
"description": "Handler for multi-component flows",
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/p.vanderwilt/liquidFlowHandler.git"
},
"keywords": [
"process model",
"node-red"
],
"license": "SEE LICENSE",
"author": "P.R. van der Wilt",
"main": "liquidFlowHandler.js",
"scripts": {
"test": "liquidFlowHandler.js"
},
"node-red": {
"nodes": {
"liquidFlowHandler": "liquidFlowHandler.js",
}
},
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git",
"mathjs": "^14.5.2"
}
}