{
  "name": "vid3d-projection",
  "version": "0.2.7",
  "description": "Spatial video projection utility for Three.js and Cesium",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./three": {
      "types": "./dist/three.d.ts",
      "import": "./dist/three.mjs",
      "require": "./dist/three.js"
    },
    "./cesium": {
      "types": "./dist/cesium.d.ts",
      "import": "./dist/cesium.mjs",
      "require": "./dist/cesium.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "threejs",
    "cesium",
    "cesiumjs",
    "webgl",
    "spatial-video",
    "videoProjection",
    "videoFusion"
  ],
  "author": "hh-hang",
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "tsup",
    "prepare": "npm run build",
    "build:example": "vite build && node -e \"require('fs').writeFileSync('docs/.nojekyll', '')\""
  },
  "peerDependencies": {
    "cesium": ">=1.134.0",
    "three": ">=0.160.0"
  },
  "peerDependenciesMeta": {
    "three": {
      "optional": true
    },
    "cesium": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "@types/three": "^0.182.0",
    "@vitejs/plugin-vue": "^6.0.3",
    "cesium": "^1.140.0",
    "hls.js": "^1.6.15",
    "prettier": "^3.8.3",
    "sass-embedded": "^1.98.0",
    "stats.js": "^0.17.0",
    "three-player-controller": "^0.3.1",
    "tsup": "^8.5.1",
    "typescript": "^5.0.0",
    "vite": "^7.3.1",
    "vite-plugin-cesium": "^1.2.23",
    "vite-plugin-glsl": "^1.6.0",
    "vue": "^3.5.27"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hh-hang/vid3d-projection"
  },
  "homepage": "https://hh-hang.github.io/vid3d-projection/"
}
