Created
August 2, 2022 20:07
-
-
Save KenoLeon/89d6891a79c76e9a1d00a9b3d96c7119 to your computer and use it in GitHub Desktop.
package.json for hello world in electron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "medium_electron", | |
| "version": "1.0.0", | |
| "description": "Hello World for Medium Article", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "electron ." | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "electron": "^20.0.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment