{
  "name": "@xmcl/file-transfer",
  "version": "2.1.2",
  "main": "./index.ts",
  "description": "A high performance downloader based on undici",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build:type": "tsc",
    "build:cjs": "esbuild --target=node16 --platform=node --external:http-cache-semantics --external:undici --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts",
    "build:esm": "esbuild --target=node16 --platform=node --external:http-cache-semantics --external:undici --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts"
  },
  "publishConfig": {
    "access": "public",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs"
  },
  "dependencies": {
    "undici": "^7.24.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Voxelum/x-minecraft-launcher.git"
  },
  "sideEffects": false,
  "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",
  "devDependencies": {
    "@types/node": "^24.13.3",
    "@xmcl/oxlint-config": "workspace:^*",
    "esbuild": "^0.25.12",
    "oxlint": "^1.63.0",
    "typescript": "^5.9.3"
  }
}
