UNPKG

webgpu

Version:
40 lines (39 loc) 799 B
{ "name": "webgpu", "version": "0.2.11", "description": "WebGPU for node", "main": "index.js", "type": "module", "types": "types.d.ts", "scripts": { "build": "node build/build.js", "test": "node test/test.js", "update": "node build/update.js" }, "repository": { "type": "git", "url": "git+https://github.com/dawn-gpu/node-webgpu.git" }, "keywords": [ "WGSL", "WebGPU" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/dawn-gpu/node-webgpu/issues" }, "homepage": "https://github.com/dawn-gpu/node-webgpu#readme", "files": [ "dist/**/*", "index.js", "types.d.ts" ], "devDependencies": { "debug": "^4.4.0", "mocha": "^11.0.1" }, "dependencies": { "@webgpu/types": "^0.1.54" } }