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>
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"name": "@wrnexus/core",
|
|
"version": "0.8.11",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./jsx-runtime": "./src/jsx-runtime.ts",
|
|
"./jsx-dev-runtime": "./src/jsx-dev-runtime.ts"
|
|
}
|
|
}
|