Files
hatsune-2025-stats/deno.json
2026-01-01 00:46:49 -05:00

10 lines
193 B
JSON

{
"tasks": {
"dev": "deno run --allow-read=./ --allow-net main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/media-types": "jsr:@std/media-types@^1.1.0"
}
}