33 lines
536 B
JSON
33 lines
536 B
JSON
{
|
|||
|
|
"name": "bankai",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"repository": "choojs/choo",
|
||
|
|
"keywords": [
|
||
|
|
"choo",
|
||
|
|
"bankai",
|
||
|
|
"ssr",
|
||
|
|
"streaming",
|
||
|
|
"compiler"
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
}
|