Files
buuh/packages/component/package.json
T

30 lines
571 B
JSON
Raw Normal View History

{
"name": "@uhhm/buuh-component",
2026-09-08 21:35:15 +02:00
"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": {
2026-09-08 21:35:15 +02:00
"@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"
}