2026-09-08 19:32:37 +02:00
|
|
|
{
|
2026-09-08 19:55:20 +02:00
|
|
|
"name": "@uhhm/bankai",
|
2026-09-08 19:32:37 +02:00
|
|
|
"version": "10.0.0-dev",
|
|
|
|
|
"description": "The isomorphic choo compiler & server: one command, streaming SSR, zero config",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
|
|
|
|
"bankai": "./cli.js"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"cli.js",
|
|
|
|
|
"index.js",
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=24"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"vite": "^8.0.0"
|
|
|
|
|
},
|
2026-09-08 19:55:20 +02:00
|
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
2026-09-08 19:32:37 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"choo",
|
|
|
|
|
"bankai",
|
|
|
|
|
"ssr",
|
|
|
|
|
"streaming",
|
|
|
|
|
"compiler"
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
}
|