{
  "name": "helios-core",
  "version": "2.3.0",
  "description": "A library containing core mechanisms for Helios Launcher",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf dist",
    "tsc": "tsc",
    "build": "npm run clean && npm run tsc",
    "lint": "eslint .",
    "test": "cross-env TS_NODE_PROJECT='./tsconfig.test.json' NODE_ENV=test mocha -r ts-node/register --recursive test/**/**/*.ts",
    "bl": "npm run build && npm link",
    "prepack": "npm run build"
  },
  "exports": {
    ".": "./dist/index.js",
    "./common": "./dist/common.js",
    "./dl": "./dist/dl.js",
    "./java": "./dist/java.js",
    "./microsoft": "./dist/microsoft.js",
    "./mojang": "./dist/mojang.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/index.d.ts"
      ],
      "common": [
        "./dist/common.d.ts"
      ],
      "dl": [
        "./dist/dl.d.ts"
      ],
      "java": [
        "./dist/java.d.ts"
      ],
      "microsoft": [
        "./dist/microsoft.d.ts"
      ],
      "mojang": [
        "./dist/mojang.d.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dscalzi/helios-core.git"
  },
  "keywords": [
    "helios-launcher",
    "helios-core",
    "minecraft-launcher"
  ],
  "author": "Daniel Scalzi",
  "license": " LGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/dscalzi/helios-core/issues"
  },
  "homepage": "https://github.com/dscalzi/helios-core#readme",
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.6.1",
    "@types/chai": "^4.3.20",
    "@types/chai-as-promised": "^7.1.8",
    "@types/fs-extra": "^11.0.4",
    "@types/luxon": "^3.7.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.3",
    "@types/semver": "^7.7.1",
    "@types/tar-fs": "^2.0.4",
    "@types/triple-beam": "^1.3.5",
    "@types/winreg": "^1.2.36",
    "chai": "^4.4.1",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.2",
    "helios-distribution-types": "^1.3.0",
    "mocha": "^10.8.2",
    "nock": "^14.0.10",
    "rimraf": "^6.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.51.0"
  },
  "dependencies": {
    "fastq": "^1.20.1",
    "fs-extra": "^11.3.3",
    "got": "^11.8.6",
    "luxon": "^3.7.2",
    "node-stream-zip": "^1.15.0",
    "semver": "^7.7.3",
    "tar-fs": "^3.1.1",
    "triple-beam": "^1.4.1",
    "winreg": "^1.2.5",
    "winston": "^3.19.0"
  },
  "files": [
    "dist"
  ]
}
