30 lines
536 B
JSON
30 lines
536 B
JSON
{
|
|||
|
|
"name": "@choojs/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": {
|
||
|
|
"@choojs/core": "*",
|
||
|
|
"@choojs/html": "*"
|
||
|
|
},
|
||
|
|
"repository": "choojs/choo",
|
||
|
|
"keywords": [
|
||
|
|
"component",
|
||
|
|
"dom",
|
||
|
|
"lifecycle",
|
||
|
|
"choo"
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
}
|