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
2022-09-26 15:37:32 +00:00

53 lines
1.3 KiB
JSON

{
"name": "@the-bds-maneger/core",
"version": "4.5.2",
"description": "A very simple way to manage Minecraft servers",
"author": "Sirherobrine23",
"license": "GPL-3.0",
"homepage": "https://sirherobrine23.org/BdsProject",
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nodemon",
"build": "tsc",
"test:partial": "mocha -r ts-node/register",
"test": "npm run test:partial -- 'tests/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Bds-Maneger/Bds-Maneger-Core.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/The-Bds-Maneger/Bds-Maneger-Core/issues/new",
"email": "support_bds@sirherobrine23.org"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@the-bds-maneger/server_versions": "^4.2.0",
"adm-zip": "^0.5.9",
"axios": "^0.27.2",
"cron": "^2.1.0",
"got": "^11.8.5",
"prismarine-nbt": "^2.2.1",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/cron": "^2.0.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.22",
"@types/tar": "^6.1.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}