-
Notifications
You must be signed in to change notification settings - Fork 1
/
deps.ts
10 lines (10 loc) · 816 Bytes
/
deps.ts
1
2
3
4
5
6
7
8
9
10
export * as colors from "https://deno.land/std@0.94.0/fmt/colors.ts";
export * as fs from "https://deno.land/std@0.94.0/fs/mod.ts";
export * as path from "https://deno.land/std@0.94.0/path/mod.ts";
export * as govnDataCLI from "https://denopkg.com/gov-suite/governed-structured-data@v0.7.10/cli.ts";
export * as govnData from "https://denopkg.com/gov-suite/governed-structured-data@v0.7.10/mod.ts";
export * as inflect from "https://denopkg.com/shah/text-inflect@v1.0.5/mod.ts";
export * as inspect from "https://denopkg.com/shah/ts-inspect@v0.9.1/mod.ts";
export * as jsonMutator from "https://denopkg.com/shah/ts-json-mutator@v0.1.2/mod.ts";
export * as safety from "https://denopkg.com/shah/ts-safety@v0.3.1/mod.ts";
export * as jsonPatch from "https://denopkg.com/Starcounter-Jack/JSON-Patch@3.0.0-1/index.mjs";