Files
khinsider-downloads/deno.json
2025-09-26 19:11:03 -05:00

9 lines
118 B
JSON

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