opencollab_dependency_check
Analyze a repository's technology stack by scanning dependency files like package.json and pyproject.toml to identify libraries and frameworks used in the project.
Instructions
Inspect a repo's tech stack by reading its dependency files.
Checks package.json, pyproject.toml, requirements.txt, go.mod, Cargo.toml, and Gemfile to show what libraries and frameworks the project uses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |