{
"tasks": {
"dev": "deno run --watch main.ts",
"build": "deno run build.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}