Files
levin/deno.json
T

9 lines
130 B
JSON
Raw Normal View History

2026-09-04 14:16:55 -04:00
{
"tasks": {
"dev": "deno run --watch --allow-net main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}