Add a FlowManagement Component 92/10392/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 5 Feb 2023 18:09:37 +0000 (19:09 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Sun, 5 Feb 2023 18:09:40 +0000 (19:09 +0100)
- add node-red dependencies

IssueID: OAM-308
Change-Id: Ia294d6891d60184d08ab44485460fe1e14c77452
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/apps/flows/data/package.json [new file with mode: 0644]

diff --git a/solution/smo/apps/flows/data/package.json b/solution/smo/apps/flows/data/package.json
new file mode 100644 (file)
index 0000000..e43151f
--- /dev/null
@@ -0,0 +1,9 @@
+{
+    "name": "node-red-project",
+    "description": "A Node-RED Project",
+    "version": "0.0.1",
+    "private": true,
+    "dependencies": {
+        "os": "^0.1.2"
+    }
+}