{ "imports": { "lodash": "https://esm.sh/lodash@4.17.21", "flags/": "https://deno.land/std/flags/", "path/": "https://deno.land/std/path/", "./": "./" } "tasks": { "start": "deno run --allow-net --allow-read --allow-sys index.js" "compile": "deno compile --allow-net --allow-read --allow-sys index.js -- --is_compiled_binary" } }