mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"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 <smartfridge1337@protonmail.com>",
|
|
"license": "OSL-3.0",
|
|
"dependencies": {
|
|
"custom-electron-titlebar": "3.2.7",
|
|
"electron-context-menu": "^3.0.0",
|
|
"electron-localshortcut": "^3.2.1",
|
|
"electron-store": "^8.0.0",
|
|
"unzipper": "^0.10.1",
|
|
"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",
|
|
"mac": {
|
|
"category": "Network"
|
|
},
|
|
"linux": {
|
|
"maintainer": "smartfridge1337@protonmail.com",
|
|
"target": [
|
|
"deb",
|
|
"tar.gz",
|
|
"rpm",
|
|
"AppImage"
|
|
]
|
|
}
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/smartfrigde/armcord/issues",
|
|
"email": "smartfridge1337@protonmail.com"
|
|
},
|
|
"homepage": "https://github.com/smartfrigde/armcord#readme"
|
|
}
|