Skip to main content
Module

x/deploy/deno.json

Command line tool for Deno Deploy
Latest
File
{ "name": "@deno/deployctl", "version": "1.12.0", "exports": "./deployctl.ts", "fmt": { "files": { "exclude": ["action/node_modules/"] } }, "lint": { "files": { "exclude": ["action/node_modules/"] } }, "tasks": { "test": "deno test -A --unstable tests/ src/", "build-action": "deno bundle ./src/utils/mod.ts > ./action/deps.js", "version-match": "deno run --allow-read --allow-env ./tools/version_match.ts" }, "imports": { "https://deno.land/std@0.170.0/fmt/colors.ts": "./vendor/deno.land/std@0.170.0/fmt/colors.ts", "https://deno.land/x/tty@0.1.4/": "./vendor/deno.land/x/tty@0.1.4/", "https://raw.githubusercontent.com/denosaurs/wait/453df8babdd72c59d865c5a616c5b04ee1154b9f/": "./vendor/wait-deprecated-warnings-pr-head/" }}