{
  "name": "@needle-tools/gltf-build-pipeline",
  "version": "2.15.11",
  "description": "Pipeline and tools for optimizing gltf files using gltf-transform and compression settings within glTF extensions",
  "main": "dist/index.js",
  "type": "module",
  "readme": "README.md",
  "author": {
    "name": "Needle",
    "email": "help@needle.tools",
    "url": "https://needle.tools/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/needle-tools/needle-gltf-extensions.git"
  },
  "bin": {
    "gltf-build-pipeline": "dist/cli/index.js",
    "needle-gltf": "dist/cli/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "tools/pmrem",
    "README.md",
    "CHANGELOG.md"
  ],
  "imports": {
    "#package.json": "./package.json"
  },
  "scripts": {
    "start": "node scripts/index.mjs",
    "dev": "npm-watch compile",
    "publish-package": "npm run compile && npm publish",
    "prepublishOnly": "npm run compile",
    "compile": "node tools/prebuild.mjs && (tsc || exit 1) && node tools/postbuild.mjs",
    "clear-caches": "node scripts/clear-caches.mjs",
    "limit-caches": "node scripts/limit-caches.mjs",
    "transform": "node scripts/index.mjs",
    "transform:make-progressive": "node scripts/make-progressive.mjs",
    "transform:pack-gltf": "node --no-experimental-fetch scripts/pack-gltf.mjs",
    "pack-gltf": "node --no-experimental-fetch scripts/pack-gltf.mjs",
    "dev:pack-gltf": "npm run compile && node scripts/pack-gltf.mjs",
    "test": "tsx tests/utils/download-fixtures.ts && vitest run",
    "test:watch": "vitest",
    "test:setup": "tsx tests/utils/download-fixtures.ts",
    "update-pmrem": "node update-pmrem.mjs"
  },
  "devDependencies": {
    "@types/node": "^22.19.15",
    "gltf-validator": "^2.0.0-dev.3.9",
    "npm-watch": "^0.13.0",
    "tsx": "^4.19.0",
    "typescript": "^4.9.5",
    "vitest": "^3.1.1"
  },
  "optionalDependencies": {
    "@img/sharp-darwin-arm64": "^0.34.5",
    "@img/sharp-darwin-x64": "^0.34.5",
    "@img/sharp-linux-arm": "^0.34.5",
    "@img/sharp-win32-x64": "^0.34.5"
  },
  "dependencies": {
    "@donmccurdy/caporal": "~0.0.10",
    "@gltf-transform/core": "4.2.1",
    "@gltf-transform/extensions": "4.2.1",
    "@gltf-transform/functions": "npm:@needle-tools/gltf-transform-functions@4.3.0-alpha.1",
    "command-exists": "^1.2.9",
    "command-line-args": "^5.2.1",
    "draco3dgltf": "^1.5.3",
    "glob": "^7.2.0",
    "meshoptimizer": "0.25.0",
    "micromatch": "^4.0.5",
    "ndarray": "^1.0.19",
    "ndarray-lanczos": "^0.3.0",
    "ndarray-pixels": "^5.0.1",
    "p-limit": "3.1.0",
    "semver": "^7.3.7",
    "sharp": "^0.34.5",
    "tmp": "^0.2.1",
    "uuid": "^9.0.1",
    "xxhash-wasm": "^1.1.0"
  },
  "watch": {
    "compile": {
      "patterns": [
        "src"
      ],
      "extensions": "ts",
      "quiet": false
    }
  }
}
