laz-perf
Version:
LAZ implementation compiled to WASM via Emscripten for LAZ support in a browser
33 lines (32 loc) • 748 B
JSON
{
"name": "laz-perf",
"version": "0.0.7",
"description": "LAZ implementation compiled to WASM via Emscripten for LAZ support in a browser",
"main": "lib/node/index.js",
"browser": "lib/web/index.js",
"homepage": "https://github.com/hobuinc/laz-perf",
"keywords": [
"3d",
"laz",
"laszip",
"point cloud",
"lidar",
"gis"
],
"scripts": {
"build": "./bundle.sh",
"wasm": "./wasm.sh",
"prepare": "npm run wasm && npm run build",
"test": "jest"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/emscripten": "^1.39.6",
"@types/jest": "^28.1.4",
"jest": "^28.1.2",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
}
}