mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
43 lines
967 B
JSON
43 lines
967 B
JSON
{
|
|
"name": "@luma.gl/debug",
|
|
"version": "8.0.0-alpha.5",
|
|
"description": "Debug utilities for luma.gl",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/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.0.0-alpha.5",
|
|
"glsl-transpiler": "^1.8.5",
|
|
"math.gl": "^3.0.0",
|
|
"webgl-debug": "^2.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@luma.gl/core": "^7.1.0"
|
|
},
|
|
"gitHead": "1eb23cd12b4241742f6515daf4e0eaa5d6ee93a5"
|
|
}
|