{
  "name": "@loaders.gl/i3s",
  "version": "4.4.2",
  "description": "i3s .",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/loaders.gl"
  },
  "keywords": [
    "webgl",
    "loader",
    "i3s",
    "tile",
    "mesh"
  ],
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./i3s-content-worker.js": {
      "import": "./dist/i3s-content-worker.js"
    },
    "./i3s-content-worker-node.js": {
      "import": "./dist/i3s-content-worker-node.js"
    }
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "scripts": {
    "pre-build": "npm run build-bundle && npm run build-bundle-dev && npm run build-worker && npm run build-worker-node",
    "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js",
    "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js",
    "build-worker": "esbuild src/workers/i3s-content-worker.ts --outfile=dist/i3s-content-worker.js --target=esnext --bundle --define:__VERSION__=\\\"$npm_package_version\\\"",
    "build-worker-node": "esbuild src/workers/i3s-content-worker-node.ts --outfile=dist/i3s-content-worker-node.js --platform=node --target=node16 --minify --bundle --sourcemap --define:__VERSION__=\\\"$npm_package_version\\\""
  },
  "dependencies": {
    "@loaders.gl/compression": "4.4.2",
    "@loaders.gl/crypto": "4.4.2",
    "@loaders.gl/draco": "4.4.2",
    "@loaders.gl/images": "4.4.2",
    "@loaders.gl/loader-utils": "4.4.2",
    "@loaders.gl/math": "4.4.2",
    "@loaders.gl/schema": "4.4.2",
    "@loaders.gl/textures": "4.4.2",
    "@loaders.gl/tiles": "4.4.2",
    "@loaders.gl/zip": "4.4.2",
    "@math.gl/core": "^4.1.0",
    "@math.gl/culling": "^4.1.0",
    "@math.gl/geospatial": "^4.1.0"
  },
  "peerDependencies": {
    "@loaders.gl/core": "~4.4.0"
  },
  "gitHead": "1c9649781db0403dbf7c3f1224bbeec77bd812eb"
}
