shortcuts/deno.json
2024-09-28 18:09:31 +02:00

9 lines
118 B
JSON

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