Get the graph of dependents in a mono-repo
npm install get-dependents-graphSmall helper utility extracted from bolt to get a graph of relationships between packages.
``ts
import getDependentsGraph from "get-dependents-graph";
await getDependentsGraph({ cwd });
``
Mostly published for use in changesets