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