From b2a012304a6ae8a44ae07937897bea621f202db8 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 5 May 2022 18:11:25 -0400 Subject: [PATCH] add deps for script Signed-off-by: Sebastian Malton --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e0be217222..d84d259aeb 100644 --- a/package.json +++ b/package.json @@ -291,6 +291,7 @@ "@types/chart.js": "^2.9.36", "@types/cli-progress": "^3.9.2", "@types/color": "^3.0.3", + "@types/command-line-args": "^5.2.0", "@types/crypto-js": "^3.1.47", "@types/dompurify": "^2.3.3", "@types/electron-devtools-installer": "^2.2.1", @@ -345,6 +346,7 @@ "circular-dependency-plugin": "^5.2.2", "cli-progress": "^3.11.0", "color": "^3.2.1", + "command-line-args": "^5.2.1", "concurrently": "^7.1.0", "css-loader": "^6.7.1", "deepdash": "^5.3.9",