{ "imports": { "hono": "jsr:@hono/hono@^4.6.13" }, "tasks": { "start": "deno run --allow-net --watch main.ts" }, "compilerOptions": { "jsx": "precompile", "jsxImportSource": "hono/jsx" } }