{ "name": "@uhhm/buuh", "version": "8.0.0", "description": "A 4kb framework for creating sturdy frontend applications", "type": "module", "exports": { ".": "./index.js", "./timing": "./lib/timing.js" }, "files": [ "index.js", "lib" ], "engines": { "node": ">=24" }, "dependencies": { "@uhhm/buuh-html": "^8.0.0" }, "repository": "https://project.uhhm.no/uhhm/buuh", "keywords": [ "client", "frontend", "framework", "minimal", "composable", "tiny" ], "license": "MIT" }