luma.gl/modules/shadertools/package.json
2023-11-13 14:53:41 +01:00

55 lines
1.1 KiB
JSON

{
"name": "@luma.gl/shadertools",
"version": "9.0.0-alpha.42",
"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": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"src",
"dist",
"dist.min.js",
"README.md"
],
"sideEffects": false,
"scripts": {
"build-bundle": "ocular-bundle ./src/index.ts",
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/core": "9.0.0-alpha.42",
"@math.gl/core": "^4.0.0",
"@math.gl/types": "^4.0.0"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}