-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimport-map.json
57 lines (53 loc) · 2.49 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"imports": {
"$deno-json": "./deno.json",
"$/shared": "./source/shared.ts",
"$/constants": "./source/constants.ts",
"$/helpers": "./source/helpers.ts",
"$/types": "./source/types.ts",
"$/providers/": "./source/providers/",
"$/repositories/": "./source/repositories/",
"$/kv": "./source/kv.ts",
"$config/": "./config/",
"$/tools/llm": "./source/tools/llm/mod.ts",
"$/tools/git": "./source/tools/git/mod.ts",
"$/tools/git/": "./source/tools/git/",
"$/tools/tunnel": "./source/tools/tunnel/mod.ts",
"$/tools/config": "./source/tools/config/mod.ts",
"$/tools/vault": "./source/tools/vault/mod.ts",
"$/tools/flow": "./source/tools/flow/mod.ts",
"$/tools/cheat": "./source/tools/cheat/mod.ts",
"$/tools/template": "./source/tools/template/mod.ts",
"$/tools/hyper": "./source/tools/hyper/mod.ts",
"$/tools/term": "./source/tools/term/mod.ts",
"$/tools/radio": "./source/tools/radio/mod.ts",
"$/tools/clip": "./source/tools/clip/mod.ts",
"$/tools/clip/": "./source/tools/clip/",
"$/dashboard": "./source/dashboard/mod.ts",
"@std/colors": "https://deno.land/x/[email protected]/ansi/colors.ts",
"@std/ulid": "jsr:@std/ulid",
"@std/path": "jsr:@std/[email protected]",
"@std/dotenv": "jsr:@std/dotenv",
"@std/encoding/base64": "jsr:@std/encoding/base64",
"@std/fs": "https://deno.land/[email protected]/fs/mod.ts",
"x/open": "https://deno.land/x/[email protected]/index.ts",
"@cliffy/command": "jsr:@cliffy/[email protected]",
"@cliffy/table": "jsr:@cliffy/[email protected]",
"@cliffy/prompt": "jsr:@cliffy/[email protected]",
"@cliffy/prompt/select": "jsr:@cliffy/[email protected]/select",
"@cliffy/prompt/input": "jsr:@cliffy/[email protected]/input",
"@cliffy/prompt/prompt": "jsr:@cliffy/[email protected]/prompt",
"@hono/hono": "jsr:@hono/[email protected]",
"@littletof/charmd": "jsr:@littletof/[email protected]",
"@vseplet/shibui": "jsr:@vseplet/[email protected]",
"@vseplet/shibui/core": "jsr:@vseplet/[email protected]/core",
"@vseplet/shibui/core/types": "jsr:@vseplet/[email protected]/core/types",
"@vseplet/shelly": "jsr:@vseplet/[email protected]",
"@vseplet/apifly": "jsr:@vseplet/[email protected]",
"@vseplet/apifly/types": "jsr:@vseplet/[email protected]/types",
"@vseplet/luminous": "jsr:@vseplet/[email protected]",
"@vseplet/reface": "jsr:@vseplet/[email protected]",
"@vseplet/fetchify": "jsr:@vseplet/[email protected]",
"@artpani/tuner": "https://deno.land/x/[email protected]/mod.ts?source"
}
}