Files
buuh/packages/component/package.json
T

30 lines
562 B
JSON
Raw Normal View History

{
"name": "@uhhm/buuh-component",
"version": "8.0.0-dev",
"description": "Native DOM components with lifecycle hooks — the choo island boundary",
"type": "module",
"exports": {
".": "./index.js",
"./onload": "./onload.js"
},
"files": [
"index.js",
"onload.js"
],
"engines": {
"node": ">=24"
},
"dependencies": {
"@uhhm/buuh": "*",
"@uhhm/buuh-html": "*"
},
"repository": "https://project.uhhm.no/uhhm/buuh",
"keywords": [
"component",
"dom",
"lifecycle",
"choo"
],
"license": "MIT"
}