mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-01-31 01:13:03 +09:00
12 lines
346 B
JSON
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/"
|
|
}
|
|
}
|