Skip to main content
Module

x/deploy/deps.ts

Command line tool for Deno Deploy
Go to Latest
File
// Copyright 2021 Deno Land Inc. All rights reserved. MIT license.
// stdexport { fromFileUrl, resolve, toFileUrl,} from "https://deno.land/std@0.91.0/path/mod.ts";export { bold, green, red, yellow,} from "https://deno.land/std@0.91.0/fmt/colors.ts";export { parse as parseArgs } from "https://deno.land/std@0.91.0/flags/mod.ts";
// x/semverexport { gte as semverGreaterThanOrEquals, valid as semverValid,} from "https://deno.land/x/semver@v1.3.0/mod.ts";
// x/cacheexport { cache } from "https://deno.land/x/cache@0.2.12/mod.ts";
// x/dotenvexport { config as dotEnvConfig } from "https://deno.land/x/dotenv@v2.0.0/mod.ts";