node-mc-api
Version:
API wrapper for Minecraft
33 lines (32 loc) • 679 B
JSON
{
"name": "node-mc-api",
"version": "1.2.2",
"description": "API wrapper for Minecraft",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrian154/minecraft-api.git"
},
"keywords": [
"minecraft",
"mojang",
"api",
"yggdrasil",
"ping",
"authentication"
],
"author": "adrian z",
"license": "MIT",
"bugs": {
"url": "https://github.com/adrian154/minecraft-api/issues"
},
"homepage": "https://github.com/adrian154/minecraft-api#readme",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {}
}