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