Files
diachron/deno/deno.json
2025-02-08 19:30:35 -06:00

13 lines
185 B
JSON

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