{
  "name": "@dp-software/point-cloud",
  "version": "0.1.3",
  "type": "module",
  "description": "The library helps read big point cloud files in the browser as a stream. Perfect solution for rendering Leica 3d scans in a browser without processing them on the backend.",
  "homepage": "https://github.com/DPSoftware/dp-software/tree/main/libs/point-cloud",
  "repository": {
    "type": "git",
    "url": "https://github.com/DPSoftware/dp-software.git"
  },
  "license": "MIT",
  "keywords": [
    "point cloud",
    "3d",
    "parsing point cloud",
    "pcd"
  ],
  "author": "@dperyel (https://github.com/dperyel)",
  "peerDependencies": {
    "tslib": "2.4.0"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts"
}
