{ "name": "@luma.gl/debug", "version": "8.1.0", "description": "Debug utilities for luma.gl", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "publishConfig": { "access": "public" }, "keywords": [ "webgl", "glsl", "debug", "3d" ], "main": "dist/es5/index.js", "module": "dist/esm/index.js", "esnext": "dist/es6/index.js", "files": [ "src", "dist", "README.md" ], "sideEffects": false, "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev", "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { "@luma.gl/constants": "8.1.0", "glsl-transpiler": "^1.8.5", "math.gl": "^3.1.3", "probe.gl": "^3.2.1", "webgl-debug": "^2.0.1" }, "peerDependencies": { "@luma.gl/core": "^8.1.0-beta.1" }, "gitHead": "3f8566893e360112486ccf306d3aaa264e072672" }