{
  "name": "@lumaai/luma-web",
  "version": "0.2.2",
  "private": false,
  "main": "dist/library/luma-web.js",
  "module": "dist/library/luma-web.module.js",
  "types": "dist/@types/library/index.d.ts",
  "bugs": {
    "url": "https://github.com/lumalabs/luma-web-library/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lumalabs/luma-web-library"
  },
  "license": "MIT",
  "homepage": "https://lumalabs.ai/luma-web-library",
  "keywords": [
    "Gaussian Splatting",
    "3d",
    "three.js",
    "WebGL",
    "Luma",
    "Photorealistic",
    "Object Capture"
  ],
  "scripts": {
    "build": "make",
    "dev": "npm run watch & npm run serve",
    "watch": "make dev & chokidar 'src/**/*' 'build.mjs' -c 'make dev'",
    "serve": "live-server dist/viewer --port=8080 --host=localhost --open='?uuid=218530bb-d6cc-4984-b5d5-3bfab719a94b'",
    "deploy": "./misc/deploy.sh",
    "prepack": "./misc/prepack.sh"
  },
  "devDependencies": {
    "@types/three": "^0.157.2",
    "three": "^0.157.x",
    "chokidar-cli": "^3.0.0",
    "esbuild": "^0.19.5",
    "find-cache-dir": "^5.0.0",
    "live-server": "^1.2.2",
    "minimist": "^1.2.8",
    "typescript": "^5.2.2",
    "webpack-glsl-minify": "^1.5.0",
    "terser": "^5.24.0"
  },
  "peerDependencies": {
    "@types/three": "^0.157.2",
    "three": "^0.157.0"
  }
}
