{
  "name": "@gltf-transform/lib",
  "version": "0.10.3",
  "repository": "github:donmccurdy/glTF-Transform",
  "description": "Library of functions built on the core glTF-Transform API",
  "main": "dist/lib.js",
  "module": "dist/lib.modern.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "dist": "microbundle --format modern,cjs",
    "watch": "microbundle watch --format modern,cjs"
  },
  "keywords": [
    "gltf",
    "3d",
    "model",
    "webgl",
    "threejs"
  ],
  "author": "Don McCurdy <dm@donmccurdy.com>",
  "license": "MIT",
  "dependencies": {
    "@gltf-transform/core": "^0.10.3",
    "@gltf-transform/extensions": "^0.10.3",
    "geo-ambient-occlusion": "^3.0.2",
    "gl-matrix": "^3.3.0",
    "ndarray": "^1.0.19",
    "ndarray-pixels": "^0.1.5",
    "regl": "^2.1.0"
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "package.json",
    "package-lock.json"
  ],
  "gitHead": "9f80b1a7b25076e9b6d1dd5c4702daa3ce1b67ae",
  "publishConfig": {
    "access": "public"
  }
}
