Archived
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "bds-maneger-gui",
|
|
"version": "1.0.1",
|
|
"description": "Um gerenciador grafico baseado em node.js",
|
|
"icon": "./assents/mcpe.png",
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"electron": "^11.0.0-beta.17",
|
|
"electron-builder": "^22.9.1"
|
|
},
|
|
"dependencies": {
|
|
"electron-is": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node_modules/.bin/electron . --no-sandbox",
|
|
"build-deb": "node_modules/.bin/electron-builder --x64 --arm64 --linux deb"
|
|
},
|
|
"build": {
|
|
"appId": "com.Sirherobrine23.BDS-Gui",
|
|
"icon": "pages/assents/mcpe.png",
|
|
"asar": "true",
|
|
"linux": {
|
|
"category": "Sirherobrine23"
|
|
},
|
|
"deb": {
|
|
"depends": [
|
|
"gconf2",
|
|
"gconf-service",
|
|
"libnotify4",
|
|
"libappindicator1",
|
|
"libxtst6",
|
|
"libnss3",
|
|
"bds-maneger",
|
|
"sshpass"
|
|
],
|
|
"packageCategory": "Sirherobrine23"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sirherobrine23/Bds-Maneger-GUI.git"
|
|
},
|
|
"author": "Matheus Sampaio Queirog (Sirherobrine23) <srherobrine20@gmail.com>",
|
|
"license": "GPL3",
|
|
"bugs": {
|
|
"url": "https://github.com/Sirherobrine23/Bds-Maneger-GUI/issues"
|
|
},
|
|
"homepage": "https://github.com/Sirherobrine23/Bds-Maneger-GUI#readme"
|
|
}
|