{
  "name": "@xmcl/task",
  "version": "4.1.1",
  "main": "./dist/index.js",
  "author": {
    "name": "cijhn@hotmail.com"
  },
  "description": "A task interface using tree structure.",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.git"
  },
  "devDependencies": {
    "@types/node": "~18.15.11",
    "esbuild": "^0.17.16",
    "oxlint": "^0.15.5",
    "typescript": "^5.3.3",
    "@xmcl/oxlint-config": "0.0.1"
  },
  "scripts": {
    "build:type": "tsc",
    "build:cjs": "esbuild --target=es2020 --platform=neutral --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts",
    "build:esm": "esbuild --target=es2020 --platform=neutral --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts"
  },
  "module": "./dist/index.mjs"
}