{ "name": "project-ss", "version": "1.0.0", "description": "Project SS - Steam App", "main": "main.js", "scripts": { "start": "electron .", "build:win": "electron-builder --win --x64" }, "build": { "appId": "com.example.projectss", "productName": "Project SS", "directories": { "output": "dist" }, "files": [ "main.js", "src/**/*", "assets/**/*", "package.json" ], "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true }, "win": { "target": "nsis" } }, "keywords": [], "author": "", "license": "ISC" }