Archived
Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 22.8.1 to 22.9.1. - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/compare/v22.8.1...v22.9.1) Signed-off-by: dependabot[bot] <support@github.com>
35 lines
948 B
JSON
35 lines
948 B
JSON
{
|
|
"name": "bds-maneger-gui",
|
|
"version": "1.0.1",
|
|
"description": "Um gerenciador grafico baseado em node.js",
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"electron": "^11.0.0-beta.13",
|
|
"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",
|
|
"int": "npm install"
|
|
},
|
|
"build": {
|
|
"linux": {
|
|
"icon": "build/icons/mcpe.png",
|
|
"category": "Sirherobrine23"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Sirherobrine23/bds-maneger.git"
|
|
},
|
|
"author": "Matheus Sampaio Queirog (Sirherobrine23) <srherobrine20@gmail.com>",
|
|
"license": "GPL3",
|
|
"bugs": {
|
|
"url": "https://github.com/Sirherobrine23/bds-maneger/issues"
|
|
},
|
|
"homepage": "https://github.com/Sirherobrine23/bds-maneger#readme"
|
|
}
|