See dependency graph within npm module

Viewed 2458

Is there an NPM module that can show the dependencies between individual JS files within a module?

Suppose I have 20 JS files in my own NPM module; I'd like to see the dependency tree between my 20 JS files.

1 Answers
Related