luma.gl/modules/debug/package.json
2021-12-17 12:56:33 -08:00

44 lines
961 B
JSON

{
"name": "@luma.gl/debug",
"version": "8.6.0-alpha.5",
"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"
],
"types": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"src",
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"pre-build": "npm run build-bundle",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "8.6.0-alpha.5",
"@math.gl/core": "^3.5.0",
"@probe.gl/env": "^3.5.0",
"glsl-transpiler": "^1.8.5",
"webgl-debug": "^2.0.1"
},
"peerDependencies": {
"@luma.gl/core": "8.6.0-alpha.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}