{
  "name": "@xmcl/model",
  "version": "2.0.5",
  "main": "./index.ts",
  "description": "Create Three.js model for player and block",
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/three": "^0.150.0",
    "three": "0.156.1",
    "@xmcl/resourcepack": "1.2.5"
  },
  "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",
    "esbuild": "^0.17.16",
    "oxlint": "^0.15.5",
    "typescript": "^5.3.3",
    "@xmcl/oxlint-config": "0.0.1"
  },
  "scripts": {
    "build:type": "tsc",
    "build:esm": "esbuild --target=node16 --platform=browser --external:three --external:@xmcl/* --sourcemap --format=esm --bundle --outfile=dist/index.mjs index.ts"
  },
  "module": "./dist/index.mjs"
}