{ "tasks": { "start": "deno run --allow-net --allow-read main.ts", "compile": "deno compile --allow-net --allow-read main.ts" } }