{
  "name": "potree-viewer",
  "version": "0.1.2",
  "description": "Modern, framework-agnostic point cloud viewer built on potree-core and Three.js",
  "type": "module",
  "main": "./src/index.js",
  "exports": {
    ".": "./src/index.js"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm test || echo 'No tests defined'"
  },
  "keywords": [
    "potree",
    "point-cloud",
    "three.js",
    "webgl",
    "3d",
    "visualization",
    "lidar",
    "point-cloud-viewer",
    "measurements",
    "esm"
  ],
  "author": "Marko Frntić <mfrntic@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mfrntic/potree-viewer.git"
  },
  "bugs": {
    "url": "https://github.com/mfrntic/potree-viewer/issues"
  },
  "homepage": "https://github.com/mfrntic/potree-viewer#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "three": "^0.160.0"
  },
  "dependencies": {
    "potree-core": "^2.0.12",
    "three": "^0.160.0"
  },
  "devDependencies": {
    "vite": "^6.4.1"
  }
}
