{ "name": "localbox-desktop", "version": "1.0.0", "description": "Reopen the dusty box of the world of Box Critters with this app.", "main": "src/index.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1", "buildmac": "npx electron-builder build --mac --publish never", "buildwindows": "npx electron-builder build --windows --x64 --publish never" }, "author": { "name": "Index", "url": "https://github.com/indexxing/" }, "license": "MIT", "devDependencies": { "electron": "^35.1.4", "electron-builder": "^26.0.12" }, "dependencies": { "discord-rpc": "^4.0.1", "fs": "^0.0.1-security", "net": "^1.0.2", "path": "^0.12.7", "register-scheme": "^0.0.2" }, "build": { "productName": "Localbox", "appId": "com.localbox.desktop", "icon": "./icons/mac/512x512.icns", "executableName": "Localbox", "extraResources": [ { "from": "Localbox", "to": "Localbox", "filter": [ "**/*" ] }, { "from": "Localbox.exe", "to": "Localbox.exe", "filter": [ "**/*" ] }, { "from": "public", "to": "public", "filter": [ "**/*" ] } ] } }