This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
deno.json
41 lines (41 loc) · 1.71 KB
/
deno.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"compilerOptions": {
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment"
},
"fmt": {
"semiColons": false,
"singleQuote": true,
"exclude": [
"./changelog.md",
"./readme.md"
]
},
"imports": {
"authenticus": "https://deno.land/x/authenticus@v2.0.3/mod.ts",
"authenticus/preset": "https://deno.land/x/authenticus@v2.0.3/createPreset.ts",
"aws4fetch": "https://esm.sh/aws4fetch@1.0.17?target=es2022",
"brotli": "https://deno.land/x/brotli@0.1.7/mod.ts",
"cliffy": "https://deno.land/x/cliffy@v0.25.7/mod.ts",
"cliffy/keypress": "https://deno.land/x/cliffy@v0.25.7/keypress/mod.ts",
"djwt": "https://deno.land/x/djwt@v2.8/mod.ts",
"dom": "https://deno.land/x/deno_dom@v0.1.40/deno-dom-wasm.ts",
"esbuild": "https://deno.land/x/esbuild@v0.19.3/mod.js",
"foras": "https://deno.land/x/foras@v2.1.1/src/deno/mod.ts",
"otpauth": "https://deno.land/x/otpauth@v9.1.4/dist/otpauth.esm.js",
"preact": "https://esm.sh/preact@10.17.1?target=es2022",
"preact/render-to-string": "https://esm.sh/preact-render-to-string@6.1.0?deps=preact@10.17.1&target=es2022",
"std/": "https://deno.land/std@0.203.0/",
"twind": "https://esm.sh/@twind/core@1.1.3",
"twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7",
"twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4",
"worker": "https://cdn.jsdelivr.net/npm/@cloudflare/workers-types@4.20230922.0/index.ts",
"upstash": "https://deno.land/x/upstash_redis@v1.22.0/mod.ts",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts"
},
"lock": false,
"tasks": {
"check": "deno fmt && deno lint --unstable && deno task test",
"test": "deno test -A --unstable"
}
}