diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7cdac42..198111b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ }, "homepage": "https://github.com/squiresgrant/chessnt#readme", "dependencies": { - "electron": "^18.2.0" + "electron": "^18.2.0", + "exec": "^0.2.1", + "nexe": "^4.0.0-beta.19" }, "devDependencies": { "electron-packager": "^15.5.1" |