repomind_get_dependencies
Analyze imports in JavaScript, TypeScript, and Python files to build a directed dependency graph of local module relationships from a given file or directory path.
Instructions
Analyzes imports in JavaScript, TypeScript, and Python files within a target path (file or directory) to build a directed dependency graph showing local module relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPath | Yes | The absolute path to the file or directory to analyze for dependencies. |