CLI tool that allows you to find the root dependency of a nested dependency.
npm i -g npm-root-dep
Navigate to your project root: cd my-project
Search for one or more dependencies: rootdep dependency1 dependency2
ex. rootdep object-assign
For any issues or improvements please create a pull request or submit an issue.
- 0.1
- Initial Release
This project is licensed under the MIT License - see the license.md file for details