{
  "name": "mojang-lib",
  "version": "1.14.0",
  "description": "A modern wrapper for interacting with the Mojang API.",
  "author": "Owen3H",
  "license": "MIT",
  "main": "./dist/index.js",
  "funding": "https://github.com/sponsors/Owen3H",
  "repository": {
    "type": "git",
    "url": "https://github.com/Owen3H/mojang-lib.git"
  },
  "keywords": [
    "mojang",
    "minecraft",
    "minecraft-lib",
    "mojang-api",
    "typescript"
  ],
  "files": [
    "dist",
    "src",
    "README.md",
    "CHANGES.md"
  ],
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js",
    "default": "./dist/index.js"
  },
  "types": "dist/types.d.ts",
  "scripts": {
    "test": "cd test-pkg && bun run test",
    "clean": "bun x rimraf dist",
    "rollup": "bun run clean && rollup -c && bun run dts",
    "dts": "tsc --declaration true --emitDeclarationOnly true --declarationMap",
    "build": "bun run rollup && bun run typedoc",
    "typedoc": "bun x typedoc --options typedoc.json"
  },
  "dependencies": {
    "tslib": "latest"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.0.0",
    "@types/node": "^22.15.19",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "eslint": "^8.43.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-esbuild": "^6.2.1",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "typedoc": "^0.24.8",
    "typedoc-theme-hierarchy": "^4.1.0",
    "typescript": "^5.8.3",
    "rimraf": "latest"
  }
}
