luma.gl/modules/constants/package.json
2024-02-23 11:21:06 +01:00

44 lines
1018 B
JSON

{
"name": "@luma.gl/constants",
"version": "9.0.0-beta.5",
"description": "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": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"src",
"dist",
"dist.min.js",
"README.md"
],
"sideEffects": false,
"scripts": {
"build-minified-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.min.js",
"build-dev-bundle": "ocular-bundle ./src/bundle.ts -output=dist/dist.dev.js -- --env=dev",
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}