1
Fork 0

Add the dependencies file.

This commit is contained in:
Bauke 2023-02-26 14:03:53 +01:00
parent 61445591e4
commit d68d397f66
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
export * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
export * as nodeFs from "https://deno.land/std@0.167.0/node/fs.ts";
export * as nodeUtil from "https://deno.land/std@0.167.0/node/util.ts";
export * as toml from "https://deno.land/std@0.167.0/encoding/toml.ts";