aoc24/deno.json
2024-12-04 22:27:23 +01:00

8 lines
133 B
JSON

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