{ "tasks": { "build": "deno run -A npm:typescript/bin/tsc", "watch": "deno run -A npm:typescript/bin/tsc --watch", "test": "deno test --allow-net src/App.test.ts" } }