{
  "name": "three-rwx-loader",
  "version": "0.14.0",
  "description": "three.js RWX (AW) loader",
  "type": "module",
  "main": "src/RWXLoader.js",
  "scripts": {
    "build": "mkdir -p build && terser src/RWXLoader.js --compress --mangle --module > build/RWXLoader.min.js",
    "test": "src/run-tests.sh",
    "lint": "eslint src/RWXLoader.js",
    "prepublishOnly": "npm run test && npm run lint && npm run build"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "eslint-config-mdcs": "^5.0.0",
    "esmify": "2.1.1",
    "http-server": "^14.1.1",
    "mochify": "^9.2.0",
    "terser": "^5.39.0"
  },
  "dependencies": {
    "poly2tri": "^1.5.0",
    "three": ">=0.176.0"
  },
  "peerDependencies": {
    "fflate": "^0.8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blaxar/three-rwx-loader.git"
  },
  "files": [
    "src/*",
    "build/*",
    "samples/*"
  ],
  "keywords": [
    "three.js",
    "loader",
    "3D",
    "rwx",
    "Active",
    "Worlds",
    "RenderWare",
    "Script"
  ],
  "author": "Julien 'Blaxar' Bardagi <blaxar.waldarax@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Blaxar/three-rwx-loader/issues"
  },
  "homepage": "https://github.com/Blaxar/three-rwx-loader#readme"
}
