Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.   "name": "helloworld",
  3.   "version": "1.0.0",
  4.   "description": "test electron",
  5.   "main": "main.js",
  6.   "scripts": {
  7.     "start": "electron ."
  8.   },
  9.   "author": "Dicky",
  10.   "license": "ISC",
  11.   "devDependencies": {
  12.     "electron": "^8.0.0"
  13.   }
  14. }