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

43 lines
896 B
JSON

{
"name": "@luma.gl/constants",
"version": "9.0.0-alpha.42",
"description": "WebGL and WebGL2 constants",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl",
"glsl",
"debug",
"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/bundle.ts",
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}