UNPKG

vyzenix-mcstatus

Version:

Professional Node.js package for checking Minecraft server status with web interface and API support.

52 lines (50 loc) 1.22 kB
{ "name": "vyzenix-mcstatus", "version": "2.0.2", "description": "Professional Node.js package for checking Minecraft server status with web interface and API support.", "main": "index.js", "bin": { "vyzenix-mcstatus": "bin.js" }, "scripts": { "test": "jest", "lint": "eslint .", "start": "node -e \"require('./index.js').startWebServer({ port: 3000 })\"" }, "keywords": [ "minecraft", "status", "server", "ping", "api", "web", "motd", "query", "srv", "mcstatus" ], "author": "Vansh Baghel <vanshzexe@vanshz.exe>", "license": "SEE LICENSE IN LICENSE", "dependencies": { "buffer": "^6.0.3", "express": "^4.18.2", "ejs": "^3.1.9", "body-parser": "^1.20.2" }, "devDependencies": { "eslint": "^8.56.0", "jest": "^29.7.0", "supertest": "^6.3.4" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/vanshzexe/vyzenix-mcstatus.git" }, "bugs": { "url": "https://github.com/vanshzexe/vyzenix-mcstatus/issues" }, "homepage": "https://github.com/vanshzexe/vyzenix-mcstatus#readme" }