{
  "name": "webgpu",
  "version": "0.4.0",
  "description": "WebGPU for node",
  "main": "index.js",
  "type": "module",
  "types": "types.d.ts",
  "scripts": {
    "build": "node build/build.js",
    "compile": "node build/build.js --compile-only",
    "cts": "node build/run-cts.js",
    "postinstall": "node build/postinstall.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/**/*",
    "build/**/*",
    "index.js",
    "types.d.ts"
  ],
  "dependencies": {
    "@webgpu/types": "^0.1.69",
    "debug": "^4.4.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.0"
  }
}
