Files
s3panoramic/deno.json
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com 6d8acb2752 feature: v1
2024-11-19 00:48:26 +09:00

12 lines
346 B
JSON

{
"tasks": {
"dev": "deno run --allow-net --allow-env --allow-read --watch src/main.ts",
"start": "deno run --allow-net --allow-env --allow-read src/main.ts"
},
"imports": {
"$std/": "https://deno.land/std@0.208.0/",
"hono": "https://deno.land/x/hono@v4.3.11/mod.ts",
"hono/": "https://deno.land/x/hono@v4.3.11/"
}
}