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