Update package version v4.0.0 #434
98
package.json
98
package.json
@@ -1,50 +1,50 @@
|
||||
{
|
||||
"name": "@the-bds-maneger/core",
|
||||
"version": "4.0.0",
|
||||
"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": "mocha -r ts-node/register '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": "^3.0.1",
|
||||
"adm-zip": "^0.5.9",
|
||||
"axios": "^0.27.2",
|
||||
"cron": "^2.1.0",
|
||||
"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.14",
|
||||
"@types/tar": "^6.1.2",
|
||||
"mocha": "^10.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.2"
|
||||
}
|
||||
}
|
||||
"name": "@the-bds-maneger/core",
|
||||
"version": "4.0.0",
|
||||
"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": "mocha -r ts-node/register '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": "^3.0.1",
|
||||
"adm-zip": "^0.5.9",
|
||||
"axios": "^0.27.2",
|
||||
"cron": "^2.1.0",
|
||||
"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.14",
|
||||
"@types/tar": "^6.1.2",
|
||||
"mocha": "^10.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user