npm-owner

Manage package owners

SYNOPSIS

npm owner ls <package name>
npm owner add <user> <package name>
npm owner rm <user> <package name>

aliases: author

DESCRIPTION

Manage ownership of published packages.

Note that there is only one level of access. Either you can modify a package, or you can't. Future versions may contain more fine-grained access levels, but that is not implemented at this time.

SEE ALSO