chore: bootstrap node-red ableton dashboard
This commit is contained in:
20
data/package.json
Normal file
20
data/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user