dep-tree node wrapper
npm install @dep-tree/cliNode wrapper for dep-tree.
Add @dep-tree/cli as a dev dependency.
``shell`
yarn add -D @dep-tree/cli`
orshell`
npm install --save-dev @dep-tree/cli
The dep-tree binary will be available for checking and rendering dependency trees in your project.
`json``
{
"name": "my-package",
"scripts": {
"deps": "dep-tree check"
}
}