{ "tasks": { "start": "deno run --allow-net --allow-read --allow-env main.ts", "dev": "deno run --watch --allow-net --allow-read --allow-env main.ts", "fmt": "deno fmt", "lint": "deno lint", "check": "deno check main.ts", "docker:build": "./build.sh", "docker:push": "./build.sh --push" }, "imports": { "hono": "npm:hono@4.0.0", "postgres": "https://deno.land/x/postgresjs@v3.4.4/mod.js" } }