forked from wvbe/docxml
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathimports.json
More file actions
21 lines (19 loc) · 776 Bytes
/
imports.json
File metadata and controls
21 lines (19 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"@util-path": "./lib/utilities/src/path.ts",
"eslint/config": "npm:[email protected]/config",
"fontoxpath": "npm:[email protected]",
"jszip": "npm:[email protected]",
"slimdom": "npm:[email protected]",
"std/expect": "jsr:@std/[email protected]",
"std/fmt/colors": "jsr:@std/[email protected]/colors",
"std/path": "jsr:@std/[email protected]",
"std/path/posix/basename": "jsr:@std/[email protected]/posix/basename",
"std/path/posix/dirname": "jsr:@std/[email protected]/posix/dirname",
"std/path/posix/join": "jsr:@std/[email protected]/posix/join",
"std/path/posix/relative": "jsr:@std/[email protected]/posix/relative",
"std/path/posix/resolve": "jsr:@std/[email protected]/posix/resolve",
"std/testing/bdd": "jsr:@std/[email protected]/bdd",
"xml_renderer": "./vendor/xml_renderer/mod.ts"
}
}