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