Leader-Service/deno.json
2024-12-15 12:59:57 +00:00

10 lines
162 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.6.14",
"@std/assert": "jsr:@std/assert@1"
}
}