-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_map.json
More file actions
28 lines (28 loc) · 857 Bytes
/
Copy pathimport_map.json
File metadata and controls
28 lines (28 loc) · 857 Bytes
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
{
"imports": {
"#deno": "./deno.json",
"#pkg": "./package.json",
"#src/cli": "./src/cli.ts",
"#src/config": "./src/config.ts",
"#src/expand": "./src/expand.ts",
"#src/map": "./src/map.ts",
"#src/mod": "./src/mod.ts",
"#src/types": "./src/types.ts",
"@types/bun": "npm:@types/bun@1.3.14",
"ansispeck": "jsr:@kjanat/ansispeck@0.4.1",
"ansispeck/": "jsr:/@kjanat/ansispeck@0.4.1/",
"bun": "npm:bun-types@1.3.14",
"bun:test": "npm:bun-types@1.3.14/test.d.ts",
"dreamcli": "jsr:@kjanat/dreamcli@3.0.1",
"dreamcli/": "jsr:/@kjanat/dreamcli@3.0.1/",
"sort-package-json": "npm:sort-package-json@4.0.0",
"sort-package-json/": "npm:/sort-package-json@4.0.0/",
"tsdown": "npm:tsdown@0.22.12",
"tsdown/": "npm:/tsdown@0.22.12/"
},
"scopes": {
"./tests/": {
"dreamcli/testkit": "jsr:@kjanat/dreamcli@3.0.1/testkit"
}
}
}