Files
2026-09-04 14:16:55 -04:00

9 lines
130 B
JSON

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