@luma.gl/effects
Version:
Rendering and post-processing effects library for luma.gl
34 lines (33 loc) • 828 B
JSON
{
"name": "@luma.gl/effects",
"description": "Rendering and post-processing effects library for luma.gl",
"version": "7.3.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"publishConfig": {
"access": "public"
},
"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": "7.3.2"
},
"peerDependencies": {
"@luma.gl/core": "^7.1.0"
},
"gitHead": "f425977255e8ecad243d34bc4e805445f8d738fe"
}