{ "name": "@luma.gl/webgpu", "version": "9.0.0-alpha.42", "description": "WebGPU adapter for the luma.gl API", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "keywords": [ "webgpu", "visualization", "animation", "3d" ], "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", "@probe.gl/env": "^4.0.2", "@webgpu/types": "^0.1.34" }, "gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e" }