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

43 lines
1.0 KiB
JSON

{
"name": "@luma.gl/engine",
"version": "8.6.0-alpha.5",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"keywords": [
"webgl",
"visualization",
"animation",
"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": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.6.0-alpha.5",
"@luma.gl/shadertools": "8.6.0-alpha.5",
"@luma.gl/webgl": "8.6.0-alpha.5",
"@math.gl/core": "^3.5.0",
"@probe.gl/log": "^3.5.0",
"@probe.gl/stats": "^3.5.0"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}