{ "name": "@luma.gl/webgpu", "version": "8.6.0-alpha.5", "description": "WebGPU Classes", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "keywords": [ "webgpu", "visualization", "animation", "3d" ], "types": "src/index.ts", "main": "dist/index.js", "module": "dist/index.js", "files": [ "src", "dist", "README.md" ], "sideEffects": false, "scripts": { "pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev", "build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js" }, "dependencies": { "@babel/runtime": "^7.0.0", "@luma.gl/api": "8.6.0-alpha.5", "probe.gl": "^3.2.1", "@webgpu/types": "^0.1.9" }, "gitHead": "3f8566893e360112486ccf306d3aaa264e072672" }