{
  "name": "bun-webgpu",
  "module": "index.js",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "version": "0.1.6",
  "description": "Native WebGPU implementation for Bun runtime",
  "keywords": [
    "webgpu",
    "bun",
    "gpu",
    "graphics",
    "compute",
    "dawn"
  ],
  "license": "Apache-2.0",
  "author": "SST",
  "homepage": "https://github.com/kommander/bun-webgpu",
  "repository": {
    "type": "git",
    "url": "https://github.com/kommander/bun-webgpu"
  },
  "bugs": {
    "url": "https://github.com/kommander/bun-webgpu/issues"
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.js",
      "types": "./index.d.ts"
    }
  },
  "dependencies": {
    "@webgpu/types": "^0.1.60"
  },
  "optionalDependencies": {
    "bun-webgpu-darwin-x64": "^0.1.6",
    "bun-webgpu-darwin-arm64": "^0.1.6",
    "bun-webgpu-linux-x64": "^0.1.6",
    "bun-webgpu-win32-x64": "^0.1.6"
  }
}