Initial commit

This commit is contained in:
2024-11-13 20:07:09 -05:00
commit 1bc82ab1fc
4 changed files with 106 additions and 0 deletions

7
deno.json Normal file
View File

@@ -0,0 +1,7 @@
{
"imports": {
"@std/assert": "jsr:@std/assert@1",
"chalk": "npm:chalk@^5.3.0"
},
"exports": "./mod.ts"
}