Files
buuh/packages/bankai/package.json
T
Bendik Aagaard LynghaugandClaude Fable 5 c5f297a3b7
ci / test (24) (push) Failing after 32s
ci / test (26) (push) Successful in 33s
ci / e2e (push) Failing after 1m6s
release / publish (push) Failing after 33s
release: 8.0.0
All workspace packages to 8.0.0; inter-package ranges tightened from *
to ^8.0.0 for publication.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
2026-09-08 21:35:15 +02:00

33 lines
559 B
JSON

{
"name": "@uhhm/bankai",
"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"
}