luma.gl/modules/webgl/package.json
2023-11-13 14:53:41 +01:00

56 lines
1.2 KiB
JSON

{
"name": "@luma.gl/webgl",
"version": "9.0.0-alpha.42",
"description": "WebGL2 adapter for the luma.gl API",
"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,
"browser": {
"gl": false,
"gl/wrap": 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.42",
"@luma.gl/core": "9.0.0-alpha.42",
"@probe.gl/env": "^4.0.2"
},
"devDependencies": {
"@luma.gl/test-utils": "9.0.0-alpha.42"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}