{ "name": "@deck.gl/geo-layers", "description": "deck.gl layers supporting geospatial use cases and GIS formats", "license": "MIT", "type": "module", "version": "9.0.35", "publishConfig": { "access": "public" }, "keywords": [ "webgl", "visualization", "geospatial", "layer" ], "repository": { "type": "git", "url": "https://github.com/visgl/deck.gl.git" }, "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" } }, "files": [ "dist", "src", "dist.min.js" ], "sideEffects": false, "scripts": { "build-bundle": "ocular-bundle ./bundle.ts", "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { "@loaders.gl/3d-tiles": "^4.2.0", "@loaders.gl/gis": "^4.2.0", "@loaders.gl/loader-utils": "^4.2.0", "@loaders.gl/mvt": "^4.2.0", "@loaders.gl/schema": "^4.2.0", "@loaders.gl/terrain": "^4.2.0", "@loaders.gl/tiles": "^4.2.0", "@loaders.gl/wms": "^4.2.0", "@luma.gl/gltf": "~9.0.27", "@luma.gl/shadertools": "~9.0.27", "@math.gl/core": "^4.0.0", "@math.gl/culling": "^4.0.0", "@math.gl/web-mercator": "^4.0.0", "@types/geojson": "^7946.0.8", "h3-js": "^4.1.0", "long": "^3.2.0" }, "peerDependencies": { "@deck.gl/core": "^9.0.0", "@deck.gl/extensions": "^9.0.0", "@deck.gl/layers": "^9.0.0", "@deck.gl/mesh-layers": "^9.0.0", "@loaders.gl/core": "^4.2.0", "@luma.gl/core": "~9.0.0", "@luma.gl/engine": "~9.0.0" }, "gitHead": "8e8fc65d8fa9b9bf7e6d82a7e89d37c6d0126aae" }