-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
21 lines (21 loc) · 740 Bytes
/
deno.json
File metadata and controls
21 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"tasks": {
"run": "deno run -A --env-file --unstable-ffi server.ts",
"renew-certs": "deno run -A --env-file ./scripts/renew-certs.ts"
},
"imports": {
"@b-fuze/deno-dom": "jsr:@b-fuze/deno-dom@^0.1.56",
"@codingap/steve": "jsr:@codingap/steve@^2.0.10",
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
"@libs/markdown": "jsr:@libs/markdown@^2.0.4",
"@std/crypto": "jsr:@std/crypto@^1.0.5",
"@std/encoding": "jsr:@std/encoding@^1.0.10",
"@std/fs": "jsr:@std/fs@^1.0.19",
"@std/html": "jsr:@std/html@^1.0.4",
"@std/http": "jsr:@std/http@^1.0.20",
"@std/path": "jsr:@std/path@^1.1.2"
},
"lint": {
"exclude": ["**/*.js"]
}
}