UNPKG

@loaders.gl/las

Version:

Framework-independent loader for the LAS and LAZ formats

61 lines (60 loc) 1.49 kB
{ "name": "@loaders.gl/las", "version": "4.3.3", "description": "Framework-independent loader for the LAS and LAZ formats", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "3d", "mesh", "point cloud", "LAS", "LAZ" ], "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, "browser": { "crypto": false, "fs": false, "path": false, "ws": false }, "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle-dev && npm run build-worker", "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", "build-worker": "esbuild src/workers/las-worker.ts --bundle --outfile=dist/las-worker.js --define:__VERSION__=\\\"$npm_package_version\\\"" }, "dependencies": { "@loaders.gl/loader-utils": "4.3.3", "@loaders.gl/schema": "4.3.3", "laz-perf": "^0.0.6" }, "peerDependencies": { "@loaders.gl/core": "^4.3.0" }, "gitHead": "65cb9a984f8aa95d11f50e92189d7fb32786dc41" }