deptree

Visualize the dependency tree of a package or project

MIT License

Stars
16
Committers
1

Basic Usage

Navigate to deptree.rschristian.dev, input a package query (can be a bare package name or name@version) or upload your package.json, and view the resulting data tree(s). With this, you can see which modules are included and why they're included.

Acknowledgements

Much of the registry/module graph code was adopted from npmgraph, the license of which can be found here.

I'm awful with color, and so largely reused the vesper VSCode theme's colors for the color scheme. The license for it can be found here.

License

MIT