UNPKG

minestat-es

Version:

Promise-based Minecraft server status

66 lines (65 loc) 1.72 kB
{ "author": "ayan4m1 <andrew@bulletlogic.com>", "dependencies": { "varint": "^6.0.0" }, "description": "Promise-based Minecraft server status", "devDependencies": { "@eslint/js": "^9.30.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/eslint__js": "^8.42.3", "@types/jest": "^30.0.0", "@types/node": "24.0.10", "@types/varint": "^6.0.3", "auto-changelog": "^2.5.0", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-prettier": "^5.5.1", "husky": "^9.1.7", "jest": "^30.0.4", "lint-staged": "^16.1.2", "prettier": "^3.6.2", "rollup": "^4.44.2", "rollup-plugin-auto-external": "^2.0.0", "ts-jest": "^29.4.0", "tslib": "^2.8.1", "typescript": "^5.8.3", "typescript-eslint": "^8.35.1" }, "engines": { "node": ">=22" }, "files": [ "lib/" ], "keywords": [ "minestat", "minecraft", "server", "status", "checker" ], "license": "MIT", "main": "lib/index.cjs", "module": "lib/index.js", "name": "minestat-es", "repository": { "type": "git", "url": "git+https://github.com/ayan4m1/minestat-es.git" }, "scripts": { "build": "rollup -c --configPlugin typescript", "develop": "rollup -c -w --configPlugin typescript", "lint": "eslint ./src/**/*.ts", "prepack": "rollup -c --configPlugin typescript", "test": "jest", "version": "auto-changelog -p -b 10 -l 10 && git add CHANGELOG.md" }, "type": "module", "types": "lib/index.d.ts", "version": "3.1.0", "packageManager": "yarn@4.9.2" }