This repository has been archived on 2024-01-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Maneger/package.json

70 lines
1.6 KiB
JSON

{
"name": "@the-bds-maneger/core",
"publishConfig": {
"access": "public"
},
"version": "1.8.0",
"description": "scripts to manage minecraft bedrock server",
"private": false,
"main": "index.js",
"scripts": {
"test": "eslint .",
"test:fix": "eslint --fix ."
},
"bin": {
"bds_maneger": "./bin/bds_maneger.js"
},
"contributors": [
{
"name": "Matheus Sampaio Queiroga",
"email": "srherobrine20@gmail.com",
"url": "https://sirherobrine23.org"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bds-Maneger/bds_maneger_api.git"
},
"keywords": [
"minecraft",
"bds",
"bds-server",
"bedrock",
"java",
"server_mode"
],
"author": "Sirherobrine23",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Bds-Maneger/bds_maneger_api/issues"
},
"homepage": "https://docs.srherobrine23.com/bds-maneger-api_whatis.html",
"dependencies": {
"adm-zip": "^0.5.1",
"body-parser": "^1.19.0",
"command-exists": "^1.2.9",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^68.0.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-localstorage": "^2.1.6",
"open": "^8.0.0",
"properties-to-json": "^0.2.1",
"qr-image": "^3.2.0",
"qrcode": "^1.4.4",
"request-ip": "^2.1.3",
"shelljs": "^0.8.4",
"systeminformation": "^5.0.10",
"telegraf": "^4.0.0"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"eslint": "^7.19.0"
}
}