{
  "name": "@deck.gl/mesh-layers",
  "description": "deck.gl layers that loads 3D meshes or scene graphs",
  "license": "MIT",
  "type": "module",
  "version": "9.1.8",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webgl",
    "visualization",
    "glTF",
    "layer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/visgl/deck.gl.git"
  },
  "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"
    }
  },
  "files": [
    "dist",
    "src",
    "dist.min.js"
  ],
  "sideEffects": false,
  "scripts": {
    "build-bundle": "ocular-bundle ./bundle.ts",
    "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
  },
  "dependencies": {
    "@loaders.gl/gltf": "^4.2.0",
    "@luma.gl/gltf": "^9.1.5",
    "@luma.gl/shadertools": "^9.1.5"
  },
  "peerDependencies": {
    "@deck.gl/core": "^9.1.0",
    "@luma.gl/core": "^9.1.5",
    "@luma.gl/engine": "^9.1.5"
  },
  "gitHead": "00a1cd81ed7ce2b7c14598e1e599b2cb3d8a015f"
}
