{
  "name": "hypixel-api-reborn",
  "version": "11.3.7",
  "description": "Feature-rich Hypixel API wrapper for Node.js",
  "main": "./src/index.js",
  "types": "./typings/index.d.ts",
  "keywords": [
    "minecraft",
    "client",
    "hypixel",
    "api",
    "hypixel-api",
    "intellisense"
  ],
  "bugs": {
    "url": "https://github.com/Hypixel-API-Reborn/hypixel-api-reborn/issues"
  },
  "scripts": {
    "lint": "npx eslint src/",
    "lint:fix": "npx eslint src/ --fix",
    "tests": "npx mocha tests --exit --recursive",
    "docgen": " npx docgen -s src/ --custom docs/index.yml -o ./master.json",
    "prettier": "npx prettier --write src/ typings/",
    "prettier:check": "npx prettier --check src/ typings/"
  },
  "engines": {
    "node": ">=18.18.0"
  },
  "author": "StavZ",
  "dependencies": {
    "node-cache": "^5.1.2",
    "node-fetch": "^3.3.2",
    "prismarine-nbt": "^2.5.0",
    "rss-parser": "^3.13.0",
    "skyhelper-networth": "^1.25.0"
  },
  "license": "MIT",
  "readme": "https://hypixel.stavzdev.me/",
  "repository": {
    "url": "https://github.com/Hypixel-API-Reborn/hypixel-api-reborn"
  },
  "publisher": "StavZ",
  "devDependencies": {
    "@discordjs/docgen": "github:discordjs/docgen",
    "@types/node": "^22.7.4",
    "chai": "^4.3.4",
    "eslint": "^9.11.1",
    "eslint-plugin-jsdoc": "^50.3.1",
    "globals": "^15.10.0",
    "mocha": "^10.4.0",
    "node-env-run": "^4.0.2",
    "path": "^0.12.7",
    "prettier": "^3.3.3",
    "typescript": "^5.6.2"
  }
}
