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

75 lines
1.9 KiB
JSON
Raw Normal View History

2020-12-01 23:17:02 -03:00
{
2021-03-14 01:55:34 +00:00
"name": "@the-bds-maneger/core",
2021-02-14 04:38:00 +00:00
"publishConfig": {
"access": "public"
},
2021-05-25 16:17:46 -03:00
"version": "1.10.0",
2021-04-18 23:36:41 -03:00
"description": "Scripts to manage minecraft server's",
2020-12-12 00:15:15 -03:00
"private": false,
2020-12-01 23:17:02 -03:00
"main": "index.js",
"scripts": {
2021-04-23 21:40:08 -03:00
"start": "node bin/bds_maneger.js -s",
2021-05-22 18:03:20 +00:00
"stop": "node -p 'console.log(require(\"./\").kill());'",
2021-04-08 21:13:50 -03:00
"test": "exit 0",
2021-04-23 21:40:08 -03:00
"eslint": "eslint --debug .",
"eslint:debug": "eslint --debug .",
2021-05-25 16:17:46 -03:00
"eslint:fix": "eslint --fix .",
"nexe": "nexe --build -i \"bin/bds_maneger.js\" --output \"BdsManager-bin\" -r \"package.json\" -r \"rest/\" -r \"scripts/\" -r \"*.js\" -r \"*.json\""
2020-12-01 23:17:02 -03:00
},
2021-03-14 01:55:34 +00:00
"bin": {
"bds_maneger": "./bin/bds_maneger.js"
2021-03-14 01:55:34 +00:00
},
2020-12-01 23:17:02 -03:00
"repository": {
"type": "git",
2021-04-20 22:09:34 -03:00
"url": "git+https://github.com/The-Bds-Maneger/Bds-Maneger-Core.git"
2020-12-01 23:17:02 -03:00
},
2020-12-29 18:52:07 -03:00
"keywords": [
"minecraft",
"bds",
"bds-server",
2021-02-01 01:03:38 -03:00
"bedrock",
2021-02-01 01:09:36 -03:00
"java",
2021-04-18 23:36:41 -03:00
"pocketmine",
"server_mode",
"rest"
2020-12-29 18:52:07 -03:00
],
2020-12-01 23:17:02 -03:00
"author": "Sirherobrine23",
"license": "AGPL-3.0-or-later",
2020-12-01 23:17:02 -03:00
"bugs": {
2021-04-20 22:09:34 -03:00
"url": "https://github.com/The-Bds-Maneger/Bds-Maneger-Core/issues",
"email": "support@the-bds-maneger.org"
2020-12-01 23:17:02 -03:00
},
2021-04-20 22:09:34 -03:00
"homepage": "https://github.com/The-Bds-Maneger/Bds-Maneger-Core/",
2021-05-05 23:48:25 -03:00
"docs_base": "https://docs.the-bds-maneger.org/Bds Maneger core/",
"engines": {
"node": ">=14",
"npm": ">=7"
},
2020-12-01 23:17:02 -03:00
"dependencies": {
2020-12-09 20:40:27 -03:00
"adm-zip": "^0.5.1",
2021-01-10 20:39:56 -03:00
"body-parser": "^1.19.0",
2021-01-15 21:24:49 -03:00
"cors": "^2.8.5",
2021-04-14 18:06:07 -03:00
"create-desktop-shortcuts": "^1.4.0",
2021-04-18 23:36:41 -03:00
"cron": "^1.8.2",
2021-01-09 00:00:04 -03:00
"express": "^4.17.1",
2021-04-10 00:17:40 -03:00
"express-fileupload": "^1.2.1",
"express-rate-limit": "^5.2.3",
"googleapis": "^74.0.0",
2021-03-14 01:55:34 +00:00
"minimist": "^1.2.5",
2021-04-01 23:01:53 -03:00
"node-cron": "^3.0.0",
2020-12-15 16:32:51 -03:00
"node-fetch": "^2.6.1",
2020-12-11 22:23:14 -03:00
"node-localstorage": "^2.1.6",
"open": "^8.0.0",
"properties-to-json": "^0.2.1",
2021-01-22 17:40:17 -03:00
"qr-image": "^3.2.0",
2021-01-10 21:58:01 -03:00
"qrcode": "^1.4.4",
"request-ip": "^2.1.3",
2021-05-20 21:06:00 -03:00
"telegraf": "^4.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
2021-05-25 16:17:46 -03:00
"eslint": "^7.19.0",
"nexe": "*"
2021-01-08 15:12:42 -03:00
}
2020-12-01 23:17:02 -03:00
}