Skip to content

Instantly share code, notes, and snippets.

@imansigupta
Created June 10, 2020 10:53
Show Gist options
  • Save imansigupta/9cbb6978076deb499773e9c25ace4ee1 to your computer and use it in GitHub Desktop.
Save imansigupta/9cbb6978076deb499773e9c25ace4ee1 to your computer and use it in GitHub Desktop.
complete package.json
{
"name": "electron_code",
"version": "1.0.0",
"description": "Electron.js practice code",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"keywords": [
"electron.js"
],
"author": "Mansi Gupta",
"license": "ISC",
"dependencies": {
"electron": "^9.0.0",
"socket.engine": "^0.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment