UNPKG

webgpu-pipeline-kit

Version:

A type-safe declarative way of creating WebGPU pipelines

62 lines (61 loc) 1.52 kB
{ "name": "webgpu-pipeline-kit", "description": "A type-safe declarative way of creating WebGPU pipelines", "version": "1.2.9", "author": { "name": "Nathan Adams", "url": "https://github.com/NathanJAdams" }, "license": "MIT", "homepage": "https://github.com/NathanJAdams/webgpu-pipeline-kit", "repository": { "type": "git", "url": "https://github.com/NathanJAdams/webgpu-pipeline-kit.git" }, "keywords": [ "WebGPU", "Pipeline" ], "files": [ "dist/", "LICENSE", "README.md" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup", "clean": "rimraf ./dist/", "lint": "eslint ./src --fix && madge --circular src/**/*", "test": "jest --silent=false --passWithNoTests" }, "dependencies": { "@thi.ng/random": "^4.1.23", "loglevel": "^1.9.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^22", "@types/rimraf": "^4.0.5", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "@webgpu/types": "^0.1.64", "eslint": "^9.32.0", "eslint-plugin-import": "^2.32.0", "jest": "^30.0.5", "madge": "^8.0.0", "rimraf": "^6.0.1", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "packageManager": "yarn@4.9.2" }