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