skywars
Version:
A Ranked SkyWars API for rating and leaderboard position.
22 lines (21 loc) • 444 B
JSON
{
"name": "skywars",
"version": "1.0.0",
"description": "A Ranked SkyWars API for rating and leaderboard position.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hypixel",
"minecraft",
"ranked",
"skywars",
"skywars"
],
"author": "CactiveNetwork",
"license": "SEE LICENSE IN LICENCE.md",
"dependencies": {
"node-fetch": "^2.6.1"
}
}