Skip to main content
Module

x/kd_clients/deno.json

Various HTTP clients for miscellaneous use.
Go to Latest
File
{ "version": "v1.0.0-preview.12", "tasks": { "check": "powershell cls && deno run -A ./.github/cicd/scripts/deno-check.ts", "test": "powershell cls && deno test -A ./tests/*Tests.ts", "test-watch": "powershell cls && deno test --watch -A ./tests/*Tests.ts", "lint": "powershell cls && deno lint", "format": "powershell cls && deno fmt", "format-check": "powershell cls && deno fmt --check", "reload-cache": "powershell cls && deno cache --reload --lock=deno.lock --lock-write \"./deps.ts\"" }, "lint": { "include": [ "core/", "GitHubClients/", "OtherClients/", "PackageClients/", "tests/" ] }, "fmt": { "include": [ "core/", "GitHubClients/", "OtherClients/", "PackageClients/", "tests/" ], "exclude": [ "**/*.md", "**/*.json", "**/*.js", "**/*.yml", "**/*.yaml" ], "useTabs": true, "lineWidth": 130, "indentWidth": 4, "semiColons": true, "singleQuote": false }}