{ "tasks": { "start": "deno run --allow-net --allow-read main.ts", "compile": "deno compile -o $HOME/bin/sp --allow-net --allow-read main.ts" } }