18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"lock": false,
|
|
"tasks": {
|
|
"client:build": "deno run -A ./_build_client.ts",
|
|
"server:run": "uv run uvicorn server:app"
|
|
},
|
|
"imports": {
|
|
"@char/aftercare": "jsr:@char/aftercare@^0.2.0"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["deno.window", "deno.unstable", "dom"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@char/aftercare"
|
|
},
|
|
"lint": {
|
|
"rules": { "exclude": ["no-window", "no-window-prefix"] }
|
|
}
|
|
}
|