forked from RelaxedJS/ReLaXed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_map.json
21 lines (21 loc) · 882 Bytes
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"/": "./",
"./": "./",
"~/": "./src/",
"types": "./src/types.ts",
"std/": "https://deno.land/[email protected]/",
"colors": "https://deno.land/[email protected]/fmt/colors.ts",
"path": "https://deno.land/[email protected]/path/mod.ts",
"log": "https://deno.land/[email protected]/log/mod.ts",
"fs": "https://deno.land/[email protected]/fs/mod.ts",
"hash": "https://deno.land/x/[email protected]/mod.ts",
"cmd": "https://deno.land/x/[email protected]/mod.ts",
"puppeteer": "https://raw.githubusercontent.com/lucacasonato/deno-puppeteer/deno_1.14/mod.ts",
"pug": "https://raw.githubusercontent.com/lumeland/pug/master/mod.js",
"cheerio": "https://deno.land/x/[email protected]/mod.ts",
"sass": "https://deno.land/x/[email protected]/mod.ts",
"fun/": "https://raw.githubusercontent.com/nullpub/fun/feat/sequence/",
"esm/": "https://esm.sh/"
}
}