From 7be53709837af7b88dbe4738630ca021f6f838eb Mon Sep 17 00:00:00 2001 From: juegge <64655256+juegge@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:58:49 +0200 Subject: [PATCH] Add initial package.json with dependencies and scripts --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2780276 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "SupplyChainSecurity", + "private": false, + "version": "1.0.0", + "description": "SCS Examples to be cautious of... and protected by Checkmarx for...", + "main": "server.js", + "dependencies": { + "handlebars": "4.7.9", + "lodash": "4.17.11", + "node-ipc": "9.2.2", + "ua-parser-js": "0.7.29", + "event-pubsub": "5.0.3", + "momnet": "2.29.1", + "flow-dev-tools": "99.10.9", + "scs": "0.0.1" + }, + "scripts": {}, + "devDependencies": { + "async": "^2.0.0-rc.4", + "grunt": "^1.0.1", + "qs": "6.0.0", + "js-yaml": "3.6.1" + } +}