configure nodered

This commit is contained in:
2025-07-30 13:26:44 +02:00
parent e18c28c37a
commit 817b8ad1c6
12 changed files with 5811 additions and 1 deletions

14
nodered/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-calc": "^1.0.6",
"node-red-contrib-simpletime": "^3.0.2",
"node-red-contrib-telegrambot": "^16.3.2",
"node-red-dashboard": "^3.6.5",
"node-red-node-email": "^3.0.3",
"node-red-node-ui-table": "^0.4.5"
}
}