hound_tree
Visualize dependency trees for packages to identify transitive dependencies and their relationships across multiple ecosystems like npm, PyPI, and Maven.
Instructions
Show the full resolved dependency tree for a package version, including all transitive dependencies with their depth and relation type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| version | Yes | Package version | |
| ecosystem | No | Package ecosystem (default: npm) | npm |
| maxDepth | No | Maximum depth to display (default: 3, max: 10) |