UNPKG

@loaders.gl/lerc

Version:

Framework-independent loader for LERC (Limited Error Raster Compression) files

50 lines (49 loc) 1.5 kB
{ "name": "@loaders.gl/lerc", "version": "4.3.4", "description": "Framework-independent loader for LERC (Limited Error Raster Compression) files", "license": "MIT", "type": "module", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/loaders.gl" }, "keywords": [ "webgl", "loader", "parser", "LERC" ], "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": "echo disabled", "pre-build-2": "echo npm run build-bundle && npm run build-bundle-dev && npm run build-worker", "build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js --external:url --external:fs --external:path", "build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js --external:url --external:fs --external:path", "build-worker": "esbuild src/workers/lerc-worker.ts --bundle --outfile=dist/lerc-worker.js --define:__VERSION__=\\\"$npm_package_version\\\" --external:url --external:fs --external:path" }, "dependencies": { "@loaders.gl/loader-utils": "4.3.4", "@loaders.gl/schema": "4.3.4", "lerc": "^4.0.4" }, "gitHead": "d18246f4ef6382f787a6ae2e9e21d8a7f40e5917" }