chore: bootstrap node-red ableton dashboard

This commit is contained in:
renato97
2025-12-01 02:40:11 +00:00
commit ec8335a322
8 changed files with 1997 additions and 0 deletions

20
data/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"main": "settings.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fast-xml-parser": "^5.3.2",
"node-red-dashboard": "^3.6.6"
}
}