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
30 lines
571 B
JSON
30 lines
571 B
JSON
{
|
|
"name": "@uhhm/buuh-component",
|
|
"version": "8.0.0",
|
|
"description": "Native DOM components with lifecycle hooks \u2014 the choo island boundary",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./onload": "./onload.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"onload.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"dependencies": {
|
|
"@uhhm/buuh": "^8.0.0",
|
|
"@uhhm/buuh-html": "^8.0.0"
|
|
},
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
|
"keywords": [
|
|
"component",
|
|
"dom",
|
|
"lifecycle",
|
|
"choo"
|
|
],
|
|
"license": "MIT"
|
|
}
|