Files
buuh/package.json
T
Bendik Aagaard LynghaugandClaude Fable 5 3d6b474621 chore: scaffold v8 monorepo — npm workspaces, node:test, GitHub Actions CI
The v7 source at the repo root is untouched; v8 work lives in packages/.
See docs/v8.md for layout and status against the modernization plan.

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

19 lines
417 B
JSON

{
"name": "@choojs/monorepo",
"private": true,
"version": "8.0.0-dev",
"description": "Monorepo for choo v8 — a 4kb framework for creating sturdy frontend applications",
"type": "module",
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=24"
},
"scripts": {
"test": "node --test packages/core/test/ packages/html/test/"
},
"repository": "choojs/choo",
"license": "MIT"
}