This repository has been archived on 2024-07-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Original-Bds-Maneger-GUI/package.json
T
Sirherobrine23 be908aeefa Push 1.0.1
- A problem of high cost of using computers with only 2 cores has been solved

- Some modifications were made in most html codes, in addition to a slight optimization of the javascripts
2020-10-17 21:26:27 -03:00

35 lines
947 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.9",
"electron-builder": "^22.8.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"
}