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