{ "name": "georgewu", "version": "0.4.1", "main": "main.js", "scripts": { "start": "electron .", "build": "electron-builder" }, "build": { "appId": "com.georgewu.own", "win": { "icon": "./head.ico", "target": [ { "target": "nsis", "arch": [ "x64" ] } ] }, "nsis": { "oneClick": false, "perMachine": true, "allowToChangeInstallationDirectory": true } }, "author": "GEORGEWU", "license": "ISC", "description": "Own App", "devDependencies": { "electron": "^32.1.2", "electron-builder": "^25.0.5", "electron-vite": "^2.3.0", "nodemon": "^3.1.7" }, "dependencies": { "moment": "^2.30.1" } }