{ "name": "Argon", "product": "Argon", "version": "22.0.3", "description": "Native desktop Argon app", "main": "main.js", "author": "Minteck", "artwork": "Christoffer Engström", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^1.0.4", "jquery": "^3.6.0", "open": "^8.4.0" }, "colors": { "primary": "#1a2733", "secondary": "#5b87b3", "title": "#75aee6", "info": "#b3d9ff" }, "devDependencies": { "electron-builder": "^22.14.13", "electron": "^13.6.9" }, "build": { "appId": "org.minteck.automatecloud.argon", "copyright": "© Minteck. Some Rights Reserved.", "productName": "Argon Desktop", "mac": { "category": "minteck.automatecloud", "icon": "splashicon.icns", "target": [ { "target": "dmg", "arch": [ "x64", "arm64" ] } ] }, "win": { "icon": "splashicon.ico", "publisherName": "Minteck Automate Cloud" }, "nsis": { "allowElevation": false, "installerIcon": "splashicon.ico", "uninstallerIcon": "splashicon.ico" }, "linux": { "target": [ { "target": "AppImage", "arch": [ "x64", "arm64" ] }, { "target": "deb", "arch": [ "x64", "arm64" ] }, { "target": "rpm", "arch": [ "x64", "arm64" ] }, { "target": "tar.gz", "arch": [ "x64", "arm64" ] } ] }, "buildVersion": "trunk" }, "scripts": { "pack": "electron-builder --dir", "dist": "electron-builder -m -l -w --x64 --arm64" } }