Add deno project files

This commit is contained in:
2025-02-08 19:30:35 -06:00
parent b0f69a6dbe
commit c00260fcfe
2 changed files with 206 additions and 0 deletions

12
deno/deno.json Normal file
View File

@@ -0,0 +1,12 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"zod": "npm:zod@^3.24.1"
},
"fmt": {
"indentWidth": 4
}
}