forked from gov-suite/governed-text-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
12 lines (12 loc) · 983 Bytes
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
export * as colors from "https://deno.land/[email protected]/fmt/colors.ts";
export * as fs from "https://deno.land/[email protected]/fs/mod.ts";
export * as path from "https://deno.land/[email protected]/path/mod.ts";
export * as oak from "https://deno.land/x/[email protected]/mod.ts";
export * as docopt from "https://denopkg.com/Eyal-Shalev/[email protected]/src/docopt.ts";
export * as govnSvcHealth from "https://denopkg.com/gov-suite/[email protected]/health.ts";
export * as oakHelpers from "https://denopkg.com/gov-suite/[email protected]/oak.ts";
export * as govnSvcVersion from "https://denopkg.com/gov-suite/[email protected]/version.ts";
export * as inflect from "https://denopkg.com/shah/[email protected]/mod.ts";
export * as interpolate from "https://denopkg.com/shah/[email protected]/mod.ts";
export * as safety from "https://denopkg.com/shah/[email protected]/mod.ts";
export * as shell from "https://denopkg.com/shah/[email protected]/mod.ts";