UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

58 lines (57 loc) 1.29 kB
{ "name": "@luma.gl/shadertools", "version": "9.1.9", "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.1.0" }, "dependencies": { "@math.gl/core": "^4.1.0", "@math.gl/types": "^4.1.0", "wgsl_reflect": "^1.2.0" }, "gitHead": "2d0d93f337120d670e03bd2d5141d90d0d582b44" }