Add package.json

This commit is contained in:
2026-06-03 18:57:45 +00:00
commit 973b2f9466

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "node-red-edge-local-setup",
"version": "0.1.0",
"description": "Node-RED Edge local setup",
"scripts": {
"start": "node-red -D @./custom-settings.txt"
},
"dependencies": {
"node-red": "^4.1.10"
}
}