- Add LICENSE-MIT and LICENSE-APACHE for dual MIT / Apache-2.0 distribution - Update root LICENSE pointer, README.md, Deno workspace manifests, and Cargo.toml - Add deno.lock dependency lockfile - Format AGENTS.md system guidelines - Import task lifecycle scaffolding and historical story specifications (extract-auth-yes, setup-ts architecture, modular workspace)
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"name": "@auth-yes/ui",
|
|
"version": "0.1.0",
|
|
"license": "MIT OR Apache-2.0",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "jsr:@hono/hono@4/jsx"
|
|
},
|
|
"exports": "./mod.ts"
|
|
}
|