Clean up of launcher and added new Node and Electron functions

This commit is contained in:
Scott Idem
2022-05-06 14:50:52 -04:00
parent 98bd835342
commit 4c65d9dc42
5 changed files with 131 additions and 18 deletions

View File

@@ -13,9 +13,11 @@
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7"
"path": "^0.12.7",
"ps-list": "^8.1.0"
},
"devDependencies": {
"electron": "^17.4.0",