Skip to content

Instantly share code, notes, and snippets.

@KenoLeon
Created August 2, 2022 20:07
Show Gist options
  • Select an option

  • Save KenoLeon/89d6891a79c76e9a1d00a9b3d96c7119 to your computer and use it in GitHub Desktop.

Select an option

Save KenoLeon/89d6891a79c76e9a1d00a9b3d96c7119 to your computer and use it in GitHub Desktop.
package.json for hello world in electron
{
"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