{ "name": "oktaeder", "version": "0.1.0", "description": "3D rendering library for WebGPU", "keywords": [ "3d", "gltf", "wegbpu" ], "homepage": "https://gitea.renati.me/renati/oktaeder", "license": "MPL-2.0", "browser": "./dist/oktaeder.js", "repository": { "type": "git", "url": "https://gitea.renati.me/renati/oktaeder.git" }, "scripts": { "start:example": "bun run example/index.html", "build": "tsc --build" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@webgpu/types": "^0.1.66", "typescript": "^5.9.3" }, "exports": { ".": { "types": "./dist/oktaeder.d.ts", "import": "./dist/oktaeder.js" }, "./data": { "types": "./dist/data/index.d.ts", "import": "./dist/data/index.js" }, "./resources": { "types": "./dist/resources/index.d.ts", "import": "./dist/resources/index.js" } } }