this batches contiguous runs of characters from a host into a single object
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"version": "0.1.0",
|
|
"tasks": {
|
|
"build": "deno run -A ./_build.ts",
|
|
"watch": "deno run -A ./_build.ts --watch",
|
|
"serve": "deno run -A ./server.ts"
|
|
},
|
|
"imports": {
|
|
"@char/aftercare": "jsr:@char/aftercare@^0.3.0",
|
|
"@oak/oak": "jsr:@oak/oak@^17.1.4"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["deno.window", "dom"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@char/aftercare"
|
|
}
|
|
}
|