{ "name": "my-electron-app", "version": "1.0.0", "description": "hello", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron ." }, "author": "lj", "license": "MIT", "devDependencies": { "electron": "^28.0.0" } }