@loaders.gl/3d-tiles
Version:
3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.
69 lines (68 loc) • 1.71 kB
JSON
{
"name": "@loaders.gl/3d-tiles",
"version": "4.4.2",
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/loaders.gl"
},
"keywords": [
"loader",
"3d tile",
"3d tiles",
"tile",
"massive 3D",
"mesh",
"gltf",
"point cloud",
"pointcloud",
"webgl",
"webgpu"
],
"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": {
"prepublishOnly": "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/compression": "4.4.2",
"@loaders.gl/crypto": "4.4.2",
"@loaders.gl/draco": "4.4.2",
"@loaders.gl/gltf": "4.4.2",
"@loaders.gl/images": "4.4.2",
"@loaders.gl/loader-utils": "4.4.2",
"@loaders.gl/math": "4.4.2",
"@loaders.gl/tiles": "4.4.2",
"@loaders.gl/zip": "4.4.2",
"@math.gl/core": "^4.1.0",
"@math.gl/culling": "^4.1.0",
"@math.gl/geospatial": "^4.1.0",
"@probe.gl/log": "^4.1.1",
"long": "^5.2.1"
},
"peerDependencies": {
"@loaders.gl/core": "~4.4.0"
},
"gitHead": "1c9649781db0403dbf7c3f1224bbeec77bd812eb"
}