{
  "name": "@luma.gl/constants",
  "version": "9.3.3",
  "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": "1069000732d3dd5ba6e41f9ad958a7f274125ef4"
}
