{ "name": "wgpu", "version": "1.0.0", "type": "module", "main": "index.js", "scripts": { "build": "esbuild index.js --bundle --outfile=./dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@webgpu/types": "^0.1.60", "esbuild": "^0.25.2" }, "dependencies": { "wgsl_reflect": "^1.2.0" } }