Update package version v4.0.0 #434

Merged
github-actions[bot] merged 1 commits from update-version into main 2022-08-31 18:43:08 +00:00

View File

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