updates to machinegroupcontrol to work in new gitea repo

This commit is contained in:
znetsixe
2025-05-14 08:23:29 +02:00
parent 5856a739cb
commit 2f180ae37d
7 changed files with 2300 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "machineGroupControl",
"version": "0.9.0",
"description": "Control module machineGroupControl",
"main": "mgc.js",
"scripts": {
"test": "node mgc.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git"
},
"keywords": [
"machineGroupControl",
"node-red"
],
"author": "Rene De Ren",
"license": "MIT",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"predict": "git+https://gitea.centraal.wbd-rd.nl/RnD/predict.git"
},
"node-red": {
"nodes": {
"machineGroupControl": "mgc.js"
}
}
}