{ "name": "@luma.gl/shadertools", "version": "9.0.27", "description": "Shader module system for luma.gl", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "publishConfig": { "access": "public" }, "keywords": [ "webgl", "glsl", "debug", "3d", "glsl", "shader", "vertex", "fragment", "glsl link", "glsl module" ], "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 ./bundle.ts --output=dist/dist.min.js", "build-dev-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.dev.js --env=dev", "prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle" }, "peerDependencies": { "@luma.gl/core": "^9.0.0" }, "dependencies": { "@math.gl/core": "^4.0.0", "@math.gl/types": "^4.0.0", "wgsl_reflect": "^1.0.1" }, "gitHead": "5c313ac8abddc896162c41e4eee8c1f27bb4f522" }