{ "name": "@proj-airi/gpuu", "type": "module", "private": true, "description": "A collection of utilities for working with GPUs, especially for WebGPU.", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/moeru-ai/airi.git", "directory": "packages/gpuu" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./webgpu": { "types": "./dist/webgpu/index.d.ts", "import": "./dist/webgpu/index.mjs", "require": "./dist/webgpu/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "README.md", "dist", "package.json" ], "scripts": { "dev": "pnpm run stub", "stub": "unbuild --stub", "build": "unbuild", "typecheck": "tsc --noEmit" }, "dependencies": { "defu": "^6.1.4" }, "devDependencies": { "@types/node": "^22.13.10", "@webgpu/types": "^0.1.57" } }