Generate a graph using several package.json files (suitable for mono-repo codebases)
npx package-json-graph
This will generate a file ./graph.svg
similar to this one (generated for React repo from Github):
npm i -D package-json-graph
values: "dot" or "svg"
Output file name without extension (the extension is added from the format option)