{ "name": "@deck.gl/extensions", "description": "Plug-and-play functionalities for deck.gl layers", "license": "MIT", "type": "module", "version": "9.0.35", "publishConfig": { "access": "public" }, "keywords": [ "webgl", "visualization", "overlay", "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": { "@luma.gl/constants": "~9.0.27", "@luma.gl/shadertools": "~9.0.27", "@math.gl/core": "^4.0.0" }, "peerDependencies": { "@deck.gl/core": "^9.0.0", "@luma.gl/core": "~9.0.0", "@luma.gl/engine": "~9.0.0" }, "gitHead": "8e8fc65d8fa9b9bf7e6d82a7e89d37c6d0126aae" }