{
  "name": "@needle-tools/gltf-progressive",
  "version": "4.0.0-alpha.1",
  "description": "three.js support for loading glTF or GLB files that contain progressive loading data",
  "homepage": "https://needle.tools",
  "author": {
    "name": "Needle",
    "email": "hi@needle.tools",
    "url": "https://needle.tools/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/needle-tools/gltf-progressive"
  },
  "readme": "README.md",
  "keywords": [
    "three.js",
    "gltf",
    "glb",
    "progressive",
    "loading",
    "needle",
    "engine",
    "webgl",
    "optimization"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./gltf-progressive.js"
    }
  },
  "files": [
    "lib",
    "examples",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "gltf-progressive.js",
    "gltf-progressive.min.js",
    "gltf-progressive.umd.cjs",
    "NEEDLE_progressive"
  ],
  "watch": {
    "build:lib": {
      "patterns": [
        "src/**/*",
        "examples/**/*.html"
      ],
      "extensions": "ts,json,html",
      "ignore": "dist"
    }
  },
  "peerDependencies": {
    "three": ">= 0.183.0"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin-ts": "^1.5.4",
    "@types/three": "0.183.1",
    "@typescript-eslint/eslint-plugin": "^6.2.0",
    "@typescript-eslint/parser": "^6.2.0",
    "eslint": "^8.56.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-no-secrets": "^0.8.9",
    "eslint-plugin-no-unsanitized": "^4.0.2",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-xss": "^0.1.12",
    "nodemon": "^3.1.4",
    "npm-watch": "^0.13.0",
    "three": ">= 0.183.0",
    "vite": "7"
  },
  "types": "./lib/index.d.ts"
}