Skip to main content

Built and signed on GitHub Actions

🟩 A modern, small, fast, performant, zero dependency TypeScript library made for pinging and getting status of Minecraft servers.

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
2 months ago (1.2.1)
Package root>package.json
{ "name": "minecraftstatuspinger", "repository": { "type": "git", "url": "https://github.com/woodendoors7/MinecraftStatusPinger.git" }, "files": [ "dist", "CHANGELOG.md", "README.md" ], "version": "1.2.1", "description": "A modern library for pinging Minecraft servers and getting their status and playerlist, written in TypeScript with zero dependencies.", "keywords": [ "minecraft status", "minecraft ping", "minecraft server", "motd", "minecraft" ], "author": "woodendoors_7", "homepage": "https://pinger.floppa.hair/", "bugs": { "url": "https://github.com/woodendoors7/MinecraftStatusPinger/issues" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "cls && tsc && cd test && tsc --target ES2021 --strictNullChecks true --moduleResolution node test.ts && node test.js", "start": "node dist/index.js", "build": "tsc -p tsconfig.json", "dev": "ts-node-dev src/index.ts" }, "engines": { "node": ">=16.0.0" }, "license": "GPL-3.0-or-later", "type": "module", "devDependencies": { "@types/express": "^4.17.16", "@types/node": "^18.11.18", "@types/varint": "^6.0.1", "typedoc": "^0.23.25", "typescript": "^5.7.0-beta" } }