@luma.gl/constants
Version:
WebGL2 constants
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@luma.gl/constants",
"version": "9.0.7",
"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-comments": {
"pre-build": "required by TS plugin inline-webgl-constants"
},
"scripts": {
"pre-build": "npx esbuild src/index.ts --bundle --format=cjs --outfile=dist/index.cjs",
"build-minified-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.min.js",
"build-dev-bundle": "ocular-bundle ./src/index.ts --output=dist/dist.dev.js --env=dev",
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"gitHead": "776cf7b8d758df78dba231f4ef7b9b9693f10373"
}