diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
commit | 11344687f76e789837ea0a04131e7937e97273d4 (patch) | |
tree | 3f666d5db9a9dd0e867239e946b3fe8d8a0e2fe8 /package.json | |
download | FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.gz FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.zst |
First commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..41e2a7f --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "asar": "^3.2.0", + "electron": "^4.2.12", + "electron-packager": "^16.0.0" + } +} |