dep_analyze_tree
Visualize and analyze the dependency tree of a project, including direct and transitive dependencies, total depth, circular dependency detection, and transitive dependency count.
Instructions
Show the dependency tree: direct deps and their transitive deps, total depth, circular dependency detection, and total transitive dependency count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to the project directory containing package.json |