{
  "name": "minecraft-auth",
  "version": "2.0.10",
  "description": "Package to authenticate with minecraft using traditional yggdrasil, new microsoft authentication and non-premium.",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "debug": "nodemon src/index.ts",
    "build": "tsc",
    "prepublishOnly": "jest && tsc"
  },
  "keywords": [
    "minecraft",
    "minecraft auth",
    "authentication",
    "yggdrasil",
    "mojang",
    "microsoft oauth"
  ],
  "author": "dommilosz",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/dommilosz/minecraft-auth.git"
  },
  "bugs": {
    "url": "https://github.com/dommilosz/minecraft-auth/issues"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "http-client-methods": "^1.0.4"
  },
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@tsconfig/node16": "^16.1.1",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.8.3",
    "jest": "^29.7.0",
    "jest-mock": "^29.7.0",
    "nodemon": "^3.0.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}
