30 lines
490 B
JSON
30 lines
490 B
JSON
{
|
|||
|
|
"name": "@choojs/core",
|
||
|
|
"version": "8.0.0-dev",
|
||
|
|
"description": "A 4kb framework for creating sturdy frontend applications",
|
||
|
|
"type": "module",
|
||
|
|
"exports": {
|
||
|
|
".": "./index.js"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"lib"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">=24"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@choojs/html": "*"
|
||
|
|
},
|
||
|
|
"repository": "choojs/choo",
|
||
|
|
"keywords": [
|
||
|
|
"client",
|
||
|
|
"frontend",
|
||
|
|
"framework",
|
||
|
|
"minimal",
|
||
|
|
"composable",
|
||
|
|
"tiny"
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
}
|