Leader-Service/deno.json

10 lines
162 B
JSON
Raw Normal View History

2024-12-15 12:59:57 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@hono/hono": "jsr:@hono/hono@^4.6.14",
"@std/assert": "jsr:@std/assert@1"
}
}