-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimport_map.json
27 lines (27 loc) · 1.21 KB
/
import_map.json
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/[email protected]",
"@trpc/server/": "https://esm.sh/v119/@trpc/[email protected]/",
"@trpc/client": "https://esm.sh/v119/@trpc/[email protected]",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"axios": "https://esm.sh/axios",
"superjson": "https://esm.sh/[email protected]",
"cac": "https://unpkg.com/[email protected]/mod.ts",
"asciitable": "https://deno.land/x/[email protected]/mod.ts",
"path": "https://deno.land/[email protected]/path/mod.ts",
"esbuild": "https://deno.land/x/[email protected]/mod.js",
"esbuild-deno-loader": "https://deno.land/x/[email protected]/mod.ts",
"chalk": "https://deno.land/x/[email protected]/source/index.js",
"mimetypes": "https://deno.land/[email protected]/media_types/mod.ts",
"assert": "https://deno.land/[email protected]/assert/assert.ts"
},
"scopes": {
"https://ga.jspm.io/": {
"ansi-regex": "https://ga.jspm.io/npm:[email protected]/index.js",
"buffer": "node:buffer",
"clone": "https://ga.jspm.io/npm:[email protected]/clone.js",
"defaults": "https://ga.jspm.io/npm:[email protected]/index.js",
"wcwidth": "https://ga.jspm.io/npm:[email protected]/index.js"
}
}
}