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
github-actions[bot] cf9e795c59 Update package version v5.1.5 (#475)
Update version v5.1.5

Co-authored-by: Sirherobrine23 <Sirherobrine23@users.noreply.github.com>
2022-10-21 00:11:08 -03:00

53 lines
1.4 KiB
JSON

{
"name": "@the-bds-maneger/core",
"version": "5.1.5",
"description": "A very simple way to manage Minecraft servers",
"author": "Sirherobrine23",
"license": "GPL-3.0",
"homepage": "https://sirherobrine23.org/BdsProject",
"type": "commonjs",
"types": "./src/index.d.ts",
"main": "./src/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"docs": "typedoc --readme none --out docs src/index.ts",
"dev": "nodemon",
"build": "tsc",
"test:partial": "mocha -r ts-node/register --exit",
"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",
"cron": "^2.1.0",
"got": "^12.5.2",
"prismarine-nbt": "^2.2.1",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/cron": "^2.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.0",
"@types/tar": "^6.1.3",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.16",
"typescript": "^4.8.4"
}
}