Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 91.0.0 to 92.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v91.0.0...googleapis-v92.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
91 lines
2.1 KiB
JSON
91 lines
2.1 KiB
JSON
{
|
|
"name": "@the-bds-maneger/core",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "1.15.0",
|
|
"description": "Scripts to manage minecraft server's",
|
|
"private": false,
|
|
"main": "index.js",
|
|
"exports": {
|
|
"require": "./index.js",
|
|
"import": "./index_esm.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node bin/bds_maneger.js -sk",
|
|
"test": "mocha --exit .test/*.js",
|
|
"ci": "node .Build/test/ci.js",
|
|
"esm_module": "cjs2esm",
|
|
"eslint": "eslint --debug --fix .",
|
|
"Docker": "docker-compose build && docker-compose up",
|
|
"cirelease": "node .Build/RemoveVersions.js"
|
|
},
|
|
"bin": {
|
|
"bds_maneger": "bin/BdsManeger.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/The-Bds-Maneger/Bds-Maneger-Core.git"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"bds",
|
|
"bds-server",
|
|
"bedrock",
|
|
"java",
|
|
"pocketmine",
|
|
"server_mode",
|
|
"rest"
|
|
],
|
|
"author": "Sirherobrine23",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/The-Bds-Maneger/Bds-Maneger-Core/issues/new"
|
|
},
|
|
"homepage": "https://docs.bdsmaneger.com/Bds Maneger core",
|
|
"engines": {
|
|
"node": ">=15.6.0"
|
|
},
|
|
"os": [
|
|
"linux",
|
|
"darwin",
|
|
"win32",
|
|
"android"
|
|
],
|
|
"dependencies": {
|
|
"@azure/storage-blob": "^12.6.0",
|
|
"@iarna/toml": "^2.2.5",
|
|
"adm-zip": "^0.5.1",
|
|
"body-parser": "^1.19.0",
|
|
"cli-color": "^2.0.0",
|
|
"cors": "^2.8.5",
|
|
"cron": "^1.8.2",
|
|
"deepmerge": "^4.2.2",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.2.1",
|
|
"express-prettify": "^0.1.1",
|
|
"express-rate-limit": "^5.5.1",
|
|
"googleapis": "^92.0.0",
|
|
"inquirer": "^8.1.5",
|
|
"js-yaml": "^4.1.0",
|
|
"minimist": "^1.2.5",
|
|
"node-cron": "^3.0.0",
|
|
"node-fetch": "^3.0.0",
|
|
"oci-sdk": "^2.0.0",
|
|
"ora": "^6.0.1",
|
|
"properties-to-json": "^0.2.1",
|
|
"request-ip": "^2.1.3",
|
|
"socket.io": "^4.3.2",
|
|
"telegraf": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/core": "^1.5.0",
|
|
"chai": "^4.3.4",
|
|
"cjs2esm": "^2.0.2",
|
|
"eslint": "^8.0.0",
|
|
"json-schema": ">=0.4.0",
|
|
"mocha": "^9.1.3",
|
|
"nodemon": "^2.0.12"
|
|
}
|
|
}
|