import { extractDependencies } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/check_update.ts";
extractDependencies accepts the contents of a JSON file and a top-level, file-specific key within that file that corresponds to recognized project dependencies. If found, returns an array of key, value pairs that make use of the dependencies.
Parameters
json: JSONValue