{
  "name": "@xmcl/forge-installer",
  "version": "1.0.5",
  "main": "./index.js",
  "description": "Forge installer",
  "engines": {
    "node": ">=10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/fast-html-parser": "^1.0.0",
    "@xmcl/installer": "^1.0.5",
    "@xmcl/net": "^1.0.5",
    "@xmcl/task": "^1.0.5",
    "@xmcl/unzip": "^1.0.3",
    "@xmcl/util": "^1.0.5",
    "@xmcl/version": "^1.0.5",
    "fast-html-parser": "^1.0.1",
    "got": "^9.6.0"
  },
  "scripts": {
    "compile": "tsc --build tsconfig.json",
    "build": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git"
  },
  "author": "cijhn@hotmail.com",
  "keywords": [
    "minecraft",
    "typescript",
    "minecraft-launcher",
    "nodejs",
    "electron"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues"
  },
  "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme",
  "gitHead": "f06ac68131981fd6f75650dda3a5108b312a4b6c"
}
