-
Notifications
You must be signed in to change notification settings - Fork 7
/
deno.jsonc
20 lines (20 loc) · 1.15 KB
/
deno.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"path": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/vendor/Path.ts",
"types": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/types.ts",
"hooks": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/hooks/index.ts",
"hooks/": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/hooks/",
"prefab": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/prefab/index.ts",
"prefab/": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/prefab/",
"deno/": "https://deno.land/[email protected]/",
"semver": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/utils/semver.ts",
"utils": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/utils/index.ts",
"utils/": "https://raw.githubusercontent.com/pkgxdev/pkgx/v0.21/src/utils/",
"is_what": "https://deno.land/x/[email protected]/src/index.ts",
"cliffy/": "https://deno.land/x/[email protected]/",
"s3": "https://deno.land/x/[email protected]/mod.ts",
"outdent": "https://deno.land/x/[email protected]/mod.ts",
"sha256": "https://deno.land/[email protected]/hash/sha256.ts",
"rimbu/": "https://deno.land/x/[email protected]/"
}
}