commands.sh

npm owner

all

Manage ownership of published packages.

More info →

Examples (3)

Add a new user as a maintainer of a package

npm owner add username package_name

Remove a user from a package's owner list

npm owner rm username package_name

List all owners of a package

npm owner ls package_name
made by @shridhargupta | data from tldr-pages