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.
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.