npm-owner Command Examples

Manage ownership of published packages. More information: https://docs.npmjs.com/cli/commands/npm-owner.

npm owner add {{username}} {{package_name}}

npm owner rm {{username}} {{package_name}}

npm owner ls {{package_name}}