Archived
Bumps [electron](https://github.com/electron/electron) from 11.0.0-beta.13 to 11.0.0-beta.17. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v11.0.0-beta.13...v11.0.0-beta.17) Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 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"
|
|
}
|