13 lines
213 B
JSON
13 lines
213 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
|
|
}
|
|
}
|