-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimport_map.json
More file actions
27 lines (27 loc) · 1.21 KB
/
import_map.json
File metadata and controls
27 lines (27 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"imports": {
"@trpc/server": "https://esm.sh/v119/@trpc/server@10.28.2",
"@trpc/server/": "https://esm.sh/v119/@trpc/server@10.28.2/",
"@trpc/client": "https://esm.sh/v119/@trpc/client@10.28.2",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
"axios": "https://esm.sh/axios",
"superjson": "https://esm.sh/superjson@2.1.0",
"cac": "https://unpkg.com/cac@6.7.14/mod.ts",
"asciitable": "https://deno.land/x/ascii_table@v0.1.0/mod.ts",
"path": "https://deno.land/std@0.201.0/path/mod.ts",
"esbuild": "https://deno.land/x/esbuild@v0.19.4/mod.js",
"esbuild-deno-loader": "https://deno.land/x/esbuild_deno_loader@0.8.2/mod.ts",
"chalk": "https://deno.land/x/chalk_deno@v4.1.1-deno/source/index.js",
"mimetypes": "https://deno.land/std@0.153.0/media_types/mod.ts",
"assert": "https://deno.land/std@0.201.0/assert/assert.ts"
},
"scopes": {
"https://ga.jspm.io/": {
"ansi-regex": "https://ga.jspm.io/npm:ansi-regex@5.0.1/index.js",
"buffer": "node:buffer",
"clone": "https://ga.jspm.io/npm:clone@1.0.4/clone.js",
"defaults": "https://ga.jspm.io/npm:defaults@1.0.4/index.js",
"wcwidth": "https://ga.jspm.io/npm:wcwidth@1.0.1/index.js"
}
}
}