luma.gl/modules/core/package.json
2023-05-10 16:15:03 -04:00

50 lines
1.1 KiB
JSON

{
"name": "@luma.gl/core",
"version": "9.0.0-alpha.18",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"type": "module",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"keywords": [
"webgl",
"visualization",
"animation",
"3d"
],
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"src",
"dist",
"dist.min.js",
"README.md"
],
"sideEffects": false,
"scripts": {
"build-bundle": "ocular-bundle ./src/index.ts",
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "9.0.0-alpha.18",
"@luma.gl/engine": "9.0.0-alpha.18",
"@luma.gl/shadertools": "9.0.0-alpha.18",
"@luma.gl/webgl": "9.0.0-alpha.18"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}