-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
22 lines (22 loc) · 716 Bytes
/
deno.json
File metadata and controls
22 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"nodeModulesDir": "auto",
"tasks": {
"prepare": "cp -r :year/day/:day",
"serve": "deno run -A main.ts",
"solve": "./bin/aoc.ts solve"
},
"imports": {
"@deno/emit": "jsr:@deno/emit@^0.46.0",
"@graph-algorithm/minimum-cut": "npm:@graph-algorithm/minimum-cut@^2.0.0",
"@lib/": "./lib/",
"@std/assert": "jsr:@std/assert@^1.0.9",
"@std/cli": "jsr:@std/cli@^1.0.8",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/fs": "jsr:@std/fs@^1.0.6",
"@std/path": "jsr:@std/path@^1.0.8",
"nerdamer": "npm:nerdamer@^1.1.13",
"pretty-ms": "npm:pretty-ms@^9.3.0",
"z3-solver": "jsr:@macil/z3-solver@^1.0.4"
}
}