UNPKG

@deck.gl/extensions

Version:

Plug-and-play functionalities for deck.gl layers

52 lines (51 loc) 1.16 kB
{ "name": "@deck.gl/extensions", "description": "Plug-and-play functionalities for deck.gl layers", "license": "MIT", "type": "module", "version": "9.2.9", "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.2.6", "@luma.gl/shadertools": "^9.2.6", "@math.gl/core": "^4.1.0" }, "peerDependencies": { "@deck.gl/core": "~9.2.0", "@luma.gl/core": "~9.2.6", "@luma.gl/engine": "~9.2.6" }, "gitHead": "b0e908d0c51316514a44221fcdb30b777c09d118" }