# `mix lei.dependencies`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/mix/tasks/dependencies.ex#L5)

This is used to run LowEndInsight to generate a transitive-dependency
list, as JSON, for a given repository.

#Usage
```
mix lei.dependencies
```
This will return a JSON arrary of all dependencies for a given repository.
The list is generated from the project's mix.lock file.

# `run`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
