summaryrefslogtreecommitdiff
path: root/fedishoop/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'fedishoop/deno.json')
-rw-r--r--fedishoop/deno.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/fedishoop/deno.json b/fedishoop/deno.json
new file mode 100644
index 0000000..de62d53
--- /dev/null
+++ b/fedishoop/deno.json
@@ -0,0 +1,21 @@
+{
+ "imports": {
+ "@fedify/fedify": "jsr:@fedify/fedify@^1.0.2",
+ "@fedify/redis": "jsr:@fedify/redis@^0.2.0",
+ "@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
+ "@logtape/logtape": "jsr:@logtape/logtape@^0.4.3",
+ "@std/dotenv": "jsr:@std/dotenv@^0.225.2",
+ "ioredis": "npm:ioredis@^5.4.1"
+ },
+ "compilerOptions": {
+ "jsx": "precompile",
+ "jsxImportSource": "hono/jsx"
+ },
+ "unstable": [
+ "temporal"
+ ],
+ "tasks": {
+ "dev": "deno run -A --watch ./main.ts",
+ "prod": "deno run -A ./main.ts"
+ }
+}