UNPKG

@xmcl/resourcepack

Version:
42 lines 1.18 kB
{ "name": "@xmcl/resourcepack", "version": "1.2.4", "main": "./dist/index.js", "description": "A Minecraft resource pack parser", "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "dependencies": { "@xmcl/system": "2.2.8" }, "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", "resourcepack" ], "license": "MIT", "bugs": { "url": "https://github.com/Voxelum/minecraft-launcher-core-node/issues" }, "homepage": "https://github.com/Voxelum/minecraft-launcher-core-node#readme", "devDependencies": { "esbuild": "^0.17.16" }, "scripts": { "build:type": "tsc", "build:cjs": "esbuild --target=node16 --platform=node --external:@xmcl/* --sourcemap --format=cjs --bundle --outfile=dist/index.js index.ts", "build:esm": "esbuild --target=node16 --platform=node --external:@xmcl/* --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts" }, "module": "./dist/index.mjs" }