Files
WRNexusJS/packages/ui/package.json
T
ClintchizandClaude Opus 5 a970d04248
Quality / quality (ubuntu-latest) (push) Failing after 11m0s
Quality / quality (windows-latest) (push) Canceled after 0s
release: patch auth, cli, compiler, core, csr, dev-server, language-server, store, styles, syntax, typecheck, ui
Ships the apis { } block, the legacy/config cleanup, the wrnexus update
migrations, and the editor tooling that understands all of it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-20 19:15:08 +05:30

20 lines
519 B
JSON

{
"name": "@wrnexus/ui",
"version": "0.8.22",
"private": true,
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./registry": "./src/registry.ts",
"./components/*": "./components/*",
"./component-catalog.json": "./component-catalog.json",
"./component-migrations.json": "./component-migrations.json",
"./component-reference.json": "./component-reference.json",
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "workspace:*"
}
}