Initial commit

This commit is contained in:
2026-01-01 00:15:52 -05:00
commit d4a5c1d480
5 changed files with 388 additions and 0 deletions

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run -A main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/media-types": "jsr:@std/media-types@^1.1.0"
}
}