summaryrefslogtreecommitdiff
path: root/fedishoop/deno.json
blob: de62d53d27d161371156ae78363e8ba7254b03ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
  }
}