advent-of-code-2024/deno.json

10 lines
290 B
JSON
Raw Normal View History

2024-12-03 21:42:57 -07:00
{
"imports": {
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.7",
"@cross/dir": "jsr:@cross/dir@^1.1.0",
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
"@std/ini": "jsr:@std/ini@^0.225.2",
"@std/path": "jsr:@std/path@^1.0.8"
}
}