Hello HN, I built this library to visualize dependencies for JavaScript and TypeScript.
It provides a graph that shows relationships between each module and distinguishes between external, internal, and overall modules.
It also detects and alerts you to circular dependencies.
My goal is to create an effective debugging tool to support efficient development.
I’d really appreciate any feedback!
New feature suggestions, bug reports, or any other feedback are all welcome.
Thank you!