{
  "name": "gltf-parser-plugin",
  "version": "1.1.27",
  "description": "A plugin for parsing GLTF files",
  "type": "module",
  "main": "./build/gltf-parser-plugin.module.js",
  "module": "./build/gltf-parser-plugin.module.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "import": "./build/gltf-parser-plugin.module.js",
      "types": "./build/index.d.ts"
    }
  },
  "files": [
    "build"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "serve": "vite",
    "build": "tsc && vite build",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "type-check": "tsc --noEmit",
    "lint": "eslint src --ext .ts,.tsx",
    "prepublishOnly": "pnpm run build"
  },
  "author": "maptalks",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^25.9.3",
    "@types/three": "^0.184.1",
    "@typescript-eslint/eslint-plugin": "^8.61.0",
    "@typescript-eslint/parser": "^8.61.0",
    "eslint": "^10.5.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.16",
    "vite-plugin-dts": "^5.0.2",
    "vitest": "^4.1.8"
  },
  "dependencies": {
    "3d-tiles-renderer": "^0.4.28",
    "@maptalks/gltf-loader": "^0.124.4",
    "@maptalks/transcoders.draco": "^0.124.4",
    "fflate": "^0.8.3",
    "three": "^0.184.0"
  }
}
