Files
buuh/packages/bankai/package.json
T

33 lines
559 B
JSON
Raw Permalink Normal View History

{
"name": "@uhhm/bankai",
2026-09-08 21:35:15 +02:00
"version": "8.0.0",
"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"
},
"repository": "https://project.uhhm.no/uhhm/buuh",
"keywords": [
"choo",
"bankai",
"ssr",
"streaming",
"compiler"
],
"license": "MIT"
}