Files
rotatingMachine/package.json
2026-02-12 10:48:44 +01:00

28 lines
678 B
JSON

{
"name": "rotatingMachine",
"version": "1.0.3",
"description": "Control module rotatingMachine",
"main": "rotatingMachine.js",
"scripts": {
"test": "node --test test/basic/*.test.js test/integration/*.test.js test/edge/*.test.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git"
},
"keywords": [
"rotatingMachine",
"node-red"
],
"author": "Rene De Ren",
"license": "SEE LICENSE",
"dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"node-red": {
"nodes": {
"rotatingMachine": "rotatingMachine.js"
}
}
}