analyze_dependencies
Identifies unused and misclassified dependencies in Node.js projects by analyzing package.json and lockfile, improving dependency hygiene and reducing bloat.
Instructions
Analyze package.json and lockfile for dependency hygiene issues including unused and misclassified packages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute or relative path to the Node.js project to analyze |