{
  "name": "@xmcl/minecraft-launcher-core",
  "version": "1.3.2",
  "main": "index.js",
  "description": "Propabaliy all the things I want for a minecraft launcher. Targeting ElectronJs environment!",
  "engines": {
    "node": ">=10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "compile": "tsc --build tsconfig.json",
    "build": "npm run compile",
    "test": ""
  },
  "dependencies": {
    "@xmcl/auth": "^1.0.4",
    "@xmcl/client": "^1.0.3",
    "@xmcl/common": "^1.0.4",
    "@xmcl/fabric": "^1.1.3",
    "@xmcl/forge": "^1.1.1",
    "@xmcl/forge-installer": "^1.0.5",
    "@xmcl/gamesetting": "^1.0.3",
    "@xmcl/installer": "^1.0.5",
    "@xmcl/language": "^1.0.5",
    "@xmcl/launch": "^1.1.1",
    "@xmcl/liteloader": "^1.0.5",
    "@xmcl/mojang": "^1.0.3",
    "@xmcl/nbt": "^1.0.3",
    "@xmcl/net": "^1.0.5",
    "@xmcl/profile-service": "^1.0.3",
    "@xmcl/resourcepack": "^1.0.4",
    "@xmcl/task": "^1.0.5",
    "@xmcl/text-component": "^1.0.3",
    "@xmcl/util": "^1.0.5",
    "@xmcl/version": "^1.0.5",
    "@xmcl/world": "^1.0.4"
  },
  "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"
}
