adventofcode/2024/deno.json

9 lines
118 B
JSON
Raw Permalink Normal View History

2024-12-10 23:34:16 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}