-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
24 lines (24 loc) · 779 Bytes
/
Copy pathdeno.json
File metadata and controls
24 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"imports": {
"./": "./",
"/": "./",
"@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.4",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.4",
"@cliffy/table": "jsr:@cliffy/table@^1.0.0-rc.4",
"@elf/combinatorics": "jsr:@elf/combinatorics@^1.0.14",
"@std/cli": "jsr:@std/cli@^0.224.6",
"@std/flags": "jsr:@std/flags@^0.224.0",
"@std/path": "jsr:@std/path@^0.225.2",
"@std/testing": "jsr:@std/testing@^0.225.1",
"collections": "https://deno.land/x/collections@0.12.1/",
"combinatorics": "https://deno.land/x/combinatorics@1.1.2/",
"logger": "https://deno.land/x/logger@v1.0.2/",
"ramda": "npm:ramda@^0.30.1"
},
"tasks": {
"start": "deno run --allow-read main.ts"
},
"compilerOptions": {
"lib": ["deno.worker"]
}
}