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

Display or verify npm authentication token status.

    mix npm.token           # Show token status
    mix npm.token --verify  # Verify token with registry

The token is read from the `NPM_TOKEN` environment variable
or from `.npmrc` auth configuration.

---

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