deno.json

Summary

Maintainability
Test Coverage
{
    "tasks": {
        "run": "deno run --allow-net --allow-env dist/deno.js"
    }
}