{ "imports": { "typescript": "npm:typescript@4.9.4", "std/": "https://deno.land/std@0.178.0/" }, "tasks": { "dev": "deno run --allow-read --watch mod.ts" } }