2026-09-08 15:59:26 +02:00
|
|
|
{
|
|
|
|
|
"name": "@choojs/core",
|
|
|
|
|
"version": "8.0.0-dev",
|
|
|
|
|
"description": "A 4kb framework for creating sturdy frontend applications",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
2026-09-08 16:56:54 +02:00
|
|
|
".": "./index.js",
|
|
|
|
|
"./timing": "./lib/timing.js"
|
2026-09-08 15:59:26 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.js",
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@choojs/html": "*"
|
|
|
|
|
},
|
|
|
|
|
"repository": "choojs/choo",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"client",
|
|
|
|
|
"frontend",
|
|
|
|
|
"framework",
|
|
|
|
|
"minimal",
|
|
|
|
|
"composable",
|
|
|
|
|
"tiny"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|