Skip to content

Visualize the dependency tree of a package or project

License

Notifications You must be signed in to change notification settings

rschristian/deptree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DepTree

Visualize the dependency tree of a package or project to see where you might want to optimize


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

About

Visualize the dependency tree of a package or project

Resources

License

Stars

Watchers

Forks