{ "name": "my-electron-app", "version": "1.0.0", "description": "tutorial app", "main": "main.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "electron", "tutorial" ], "author": "nga", "license": "ISC", "devDependencies": { "electron": "^23.0.0" } }