@xmcl/installer
Version:
The installers of Minecraft/Forge/Fabric/Liteloader/Quilt
56 lines • 1.68 kB
JSON
{
"name": "@xmcl/installer",
"version": "6.1.2",
"main": "./dist/index.js",
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"undici": "7.2.3",
"yazl": "^2.5.1",
"yauzl": "^2.10.0",
"@xmcl/asm": "1.0.1",
"@xmcl/file-transfer": "2.0.3",
"@xmcl/forge-site-parser": "2.0.9",
"@xmcl/task": "4.1.1",
"@xmcl/unzip": "2.1.2",
"@xmcl/core": "2.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Voxelum/minecraft-launcher-core-node.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": "~18.15.11",
"@types/yazl": "^2.4.5",
"@types/yauzl": "^2.10.0",
"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=node16 --platform=node --external:@xmcl/* --external:undici --external:yauzl --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts",
"build:esm": "esbuild --target=node16 --platform=node --external:@xmcl/* --external:undici --external:yauzl --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts"
},
"module": "./dist/index.mjs"
}