Create viewer for SBOM and VEX data. 90/10790/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 29 Mar 2023 06:53:16 +0000 (08:53 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 29 Mar 2023 06:53:48 +0000 (08:53 +0200)
- create folder structure and package.json

Issue-ID: OAM-320
Change-Id: I1b5a1fc68010f31af1aea736d02fb7e1c47af83c
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/container-analysis/viewer/package.json [new file with mode: 0644]

diff --git a/code/container-analysis/viewer/package.json b/code/container-analysis/viewer/package.json
new file mode 100644 (file)
index 0000000..6c211c6
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "viewer",
+  "version": "0.0.0",
+  "private": true,
+  "scripts": {
+    "start": "node ./bin/www"
+  },
+  "dependencies": {
+    "cookie-parser": "~1.4.4",
+    "debug": "~2.6.9",
+    "express": "~4.16.1",
+    "http-errors": "~1.6.3",
+    "morgan": "~1.9.1",
+    "pug": "2.0.0-beta11"
+  }
+}