rschristian / deptree

Visualize the dependency tree of a package or project
https://deptree.rschristian.dev
MIT License
17 stars 1 forks source link

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](https://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`](https://github.com/npmgraph/npmgraph), the license of which can be found [here](https://github.com/npmgraph/npmgraph/blob/main/LICENSE). I'm awful with color, and so largely reused the [vesper](https://github.com/raunofreiberg/vesper) VSCode theme's colors for the color scheme. The license for it can be found [here](https://github.com/raunofreiberg/vesper/blob/main/LICENSE.md). ## License [MIT](https://github.com/rschristian/deptree/blob/master/LICENSE)