9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"hono": "npm:hono@3",
|
|
"graphql": "npm:graphql"
|
|
}
|
|
}
|