find_unused_dependencies
Identify package.json dependencies that are never imported, helping you remove unused packages and reduce bundle bloat.
Instructions
package.json dependencies that are not imported in any file (heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |