Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
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



JSR Score
100%
Published
2 months ago (1.2.1)
{ "compilerOptions": { "target": "es2021", "module": "ES2020", "rootDir": "./src", "moduleResolution": "node", "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./dist", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, "strictNullChecks": false, "skipLibCheck": true, "rewriteRelativeImportExtensions": true }, "include": [ "./src/**/*" ], "exclude": [ "node_modules", "test", "package-lock.json" ] }