{
  "name": "hypixel-api",
  "version": "1.2.0",
  "description": "A light Hypixel Public API client for Node",
  "main": "model/Client.js",
  "scripts": {
    "test": "echo \"No test has been built yet.\"",
    "gendoc": "rm -r docs || true && npx jsdoc -R README.md -d ./docs model/Client.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethanent/hypixel-api.git"
  },
  "keywords": [
    "hypixel",
    "hypixel-api",
    "api-client",
    "client",
    "api",
    "minecraft"
  ],
  "author": "Ethan Davis",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/ethanent/hypixel-api/issues"
  },
  "homepage": "https://github.com/ethanent/hypixel-api#readme",
  "dependencies": {
    "centra": "^2.0.2"
  },
  "devDependencies": {
    "jsdoc": "^3.5.5"
  }
}
