Initial commit

This commit is contained in:
2025-10-27 12:50:06 -04:00
commit add31e4dd7
5 changed files with 61 additions and 0 deletions

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run -A main.ts"
},
"imports": {
"@proxnet/undead-logging": "jsr:@proxnet/undead-logging@^1.5.1",
"@std/assert": "jsr:@std/assert@1"
}
}