{ "name": "ArmCord", "version": "2.5.0", "description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.", "main": "main.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1", "package": "electron-builder --dir", "make": "electron-builder", "linux-build": "electron-builder --linux deb tar.gz rpm AppImage", "windows-build": "electron-builder --windows nsis portable zip appx" }, "author": "smartfrigde", "license": "MIT", "dependencies": { "custom-electron-titlebar": "3.2.7", "electron-context-menu": "^3.0.0", "electron-localshortcut": "^3.2.1", "electron-store": "^8.0.0", "v8-compile-cache": "^2.3.0" }, "devDependencies": { "electron": "latest", "electron-builder": "^22.11.7" }, "repository": { "type": "git", "url": "git+https://github.com/smartfrigde/armcord.git" }, "keywords": [ "arm", "discord", "electron" ], "build": { "appId": "com.smartfridge.armcord", "productName": "ArmCord", "asar": "false", "mac": { "category": "Internet" } }, "bugs": { "url": "https://github.com/smartfrigde/armcord/issues" }, "homepage": "https://github.com/smartfrigde/armcord#readme" }