UNPKG

@loaders.gl/potree

Version:

potree loaders for large point clouds.

58 lines (57 loc) 1.31 kB
{ "name": "@loaders.gl/potree", "version": "4.4.2", "description": "potree loaders for large point clouds.", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "potree", "3d tile", "tile", "mesh", "las", "point cloud", "pointcloud" ], "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "sideEffects": false, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle-dev", "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js", "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js" }, "dependencies": { "@loaders.gl/las": "4.4.2", "@loaders.gl/math": "4.4.2", "@loaders.gl/schema": "4.4.2", "@math.gl/core": "^4.1.0", "@math.gl/proj4": "^4.1.0" }, "peerDependencies": { "@loaders.gl/core": "~4.4.0" }, "gitHead": "1c9649781db0403dbf7c3f1224bbeec77bd812eb" }