npm_dep_tree
Resolve the production dependency tree for any npm package version, showing the full transitive dependency graph with versions and configurable depth.
Instructions
Resolve the production dependency tree for a package version (up to a configurable depth). Shows the full transitive dependency graph with versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| depth | No | Max tree depth where the root counts as level 1 (default 3 = root + 2 transitive levels, max 5) | |
| version | No | Semver version or dist-tag (default: 'latest') |