[npm](https://www.npmjs.com/) is the package manager shipped with [[Node]].
# Commands
List your account's tokens.
```bash
npm token list
```
[Add an owner](https://docs.npmjs.com/cli/owner) to a package. This is handy if you get locked out of the the root package.
```sh
npm owner add <user> <package-spec>
```
# Resources
- [https://snyk.io/blog/ten-npm-security-best-practices/](https://snyk.io/blog/ten-npm-security-best-practices/)