{ "name": "app", "description": "", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron main.js" }, "author": "", "license": "ISC", "devDependencies": { "electron": "^23.1.1" } }