{ "compilerOptions": { "lib": ["deno.ns", "dom"] }, "tasks": { "dev": "deno run --watch main.ts" }, "imports": { "@std/assert": "jsr:@std/assert@1", "zod": "npm:zod@^3.24.2" }, "fmt": { "indentWidth": 4 } }