# `mix npm.list`
[🔗](https://github.com/elixir-volt/npm_ex/blob/v0.7.4/lib/mix/tasks/npm.list.ex#L1)

List installed npm packages from `npm.lock`.

    mix npm.list

Shows direct dependencies (from `package.json`) and their locked versions.
Transitive dependencies are shown indented.

---

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