Add an invocation of yarn list to see package versions in ci
diff --git a/package.json b/package.json
index 5a250a4..9bdd9f8 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,8 @@
         "lint-ci": "echo 'Style checking...' && prettier --check . && echo 'Linting...' && eslint src",
         "setup": "node Installer.js",
         "win-force-build": "clear | rm -r dist | tsc-suppress",
-        "audit-fix": "yarn-audit-fix"
+        "audit-fix": "yarn-audit-fix",
+        "versions": "yarn versions && yarn list && node --version"
     },
     "repository": {
         "type": "git",