Initial commit

This commit is contained in:
Marcelo
2025-11-20 15:27:34 -06:00
commit cc72c9fc5d
3221 changed files with 737477 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "node-red-project",
"description": "initially created for you by Node-RED 4.1.1",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-browser-utils": "~0.0.11",
"node-red-contrib-buffer-parser": "^3.2.2",
"node-red-contrib-excel": "~0.0.3",
"node-red-contrib-play-audio": "^2.5.0",
"node-red-contrib-spreadsheet-in": "^0.7.2",
"node-red-contrib-xlsx-to-json": "~1.0.0",
"node-red-dashboard": "~3.6.6",
"node-red-node-mysql": "~2.0.0",
"node-red-node-pi-gpio": "^2.0.6",
"node-red-node-ping": "^0.3.3",
"node-red-node-random": "^0.4.1",
"node-red-node-serialport": "^2.0.3",
"node-red-node-smooth": "^0.1.2",
"xlsx": "^0.18.5"
}
}