UNPKG

@webgpu/types

Version:

This package defines Typescript types (`.d.ts`) for the upcoming [WebGPU standard](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status).

24 lines (23 loc) 677 B
{ "name": "@webgpu/types", "repository": "gpuweb/types", "homepage": "https://github.com/gpuweb/types", "bugs": "https://github.com/gpuweb/types/issues", "version": "0.1.70", "main": "", "types": "dist/index.d.ts", "license": "BSD-3-Clause", "files": [ "dist/**/*" ], "scripts": { "test": "for t in tests/*/ ; do echo \"\\n======== $t ========\" ; (cd \"$t\" && npm i && npm test); done", "build-docs": "cd tsdoc-src && npm ci && npm run build", "generate": "node generate.mjs", "format": "prettier -w dist/index.d.ts" }, "devDependencies": { "bikeshed-to-ts": "file:third_party/bikeshed-to-ts", "prettier": "^2.2.1" } }