-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathimport_map.json
More file actions
15 lines (15 loc) · 685 Bytes
/
import_map.json
File metadata and controls
15 lines (15 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"imports": {
"crypto/": "https://deno.land/std@0.147.0/crypto/",
"deno_graph": "https://deno.land/x/deno_graph@0.28.0/mod.ts",
"encoding/": "https://deno.land/std@0.147.0/encoding/",
"fmt/": "https://deno.land/std@0.147.0/fmt/",
"merlin": "https://deno.land/x/merlin@v1.0.7/mod.ts",
"oak": "https://deno.land/x/oak@v12.6.0/mod.ts",
"path/": "https://deno.land/std@0.147.0/path/",
"proxy": "https://denopkg.com/crewdevio/Trex@proxy/proxy/proxy.ts",
"semver": "https://deno.land/x/semver@v1.4.0/mod.ts",
"tools-fs": "https://denopkg.com/crewdevio/tools@main/fs/mod.ts",
"wait": "https://denopkg.com/crewdevio/tools@main/wait/mod.ts"
}
}