All workspace packages to 8.0.0; inter-package ranges tightened from * to ^8.0.0 for publication. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
31 lines
549 B
JSON
31 lines
549 B
JSON
{
|
|
"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"
|
|
}
|