{
  "name": "@webgpu/types",
  "repository": "gpuweb/types",
  "homepage": "https://github.com/gpuweb/types",
  "bugs": "https://github.com/gpuweb/types/issues",
  "version": "0.1.30",
  "main": "",
  "types": "dist/index.d.ts",
  "license": "BSD-3-Clause",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build-docs": "node make-webgpu-docs.mjs",
    "build-ci": "npm run build-docs",
    "generate": "bikeshed-to-ts --in ./gpuweb/spec/index.bs --out ./generated/index.d.ts --forceGlobal --nominal && prettier -w generated/index.d.ts",
    "format": "prettier -w dist/index.d.ts"
  },
  "devDependencies": {
    "bikeshed-to-ts": "github:toji/bikeshed-to-ts",
    "prettier": "^2.2.1",
    "typedoc": "^0.23.22",
    "typescript": "4.6.4"
  }
}
