10 lines
162 B
JSON
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"
|
||
|
|
}
|
||
|
|
}
|