aoc24/deno.json

9 lines
133 B
JSON
Raw Normal View History

2024-12-04 22:27:23 +01:00
{
"tasks": {
"dev": "deno run --watch --allow-read=. main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}