{
  "name": "@gltf-transform/extensions",
  "version": "4.3.0",
  "repository": "github:donmccurdy/glTF-Transform",
  "homepage": "https://gltf-transform.dev/extensions.html",
  "description": "Adds extension support to @gltf-transform/core",
  "author": "Don McCurdy <dm@donmccurdy.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/donmccurdy",
  "type": "module",
  "sideEffects": false,
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.cjs",
    "default": "./dist/index.modern.js"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.modern.js",
  "source": "./src/index.ts",
  "browserslist": [
    "defaults",
    "not IE 11",
    "node >= 14"
  ],
  "scripts": {
    "build": "microbundle --format modern,cjs --no-compress",
    "build:watch": "microbundle watch --format modern,cjs --no-compress"
  },
  "keywords": [
    "gltf",
    "3d",
    "model",
    "webgl",
    "threejs"
  ],
  "dependencies": {
    "@gltf-transform/core": "^4.3.0",
    "ktx-parse": "^1.0.1"
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "LICENSE.md"
  ],
  "gitHead": "3b3afffbd4d3a29790c9fb166fa4c6755687154d"
}
