Basic EVOLV setup

This commit is contained in:
2025-07-23 14:46:03 +02:00
parent 79e0d0678a
commit f70fa15ef5
5 changed files with 228 additions and 23 deletions

21
package-lock.json generated Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "liquidflowhandler",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "liquidflowhandler",
"version": "0.0.1",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git"
}
},
"node_modules/generalFunctions": {
"version": "1.0.0",
"resolved": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#f13ee68938ea9d4b3a17ad90618c72634769c777",
"license": "SEE LICENSE"
}
}
}