Skip to content

Instantly share code, notes, and snippets.

@haigopi
Last active April 26, 2020 23:15
Show Gist options
  • Save haigopi/d6e559e800c59daf92e1978f72337f7e to your computer and use it in GitHub Desktop.
Save haigopi/d6e559e800c59daf92e1978f72337f7e to your computer and use it in GitHub Desktop.
package.json
{
"name": "allibilli",
"version": "1.0.0",
"description": "All News papares at single place",
"main": "./main.js",
"scripts": {
"start": "electron . built",
"plain": "electron . plain",
"package": "electron-packager ./ starterapp --all --out ./dist --overwrite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AlliBilli",
"News"
],
"author": "Gopi K Kancharla",
"license": "MIT",
"devDependencies": {
"electron-packager": "^14.2.1",
"electron": "^8.2.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment