hound_tree
Reveal the complete resolved dependency tree for a package version, including all transitive dependencies with their depth and relation type.
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 |