.TH "NPM\-OWNER" "1" "November 2023" "9.2.0" .SH "NAME" \fBnpm-owner\fR .SH Synopsis .P Note: This command is unaware of workspaces\. .SH Description .P Manage ownership of published packages\. .RS 1 .IP \(bu 2 ls: List all the users who have access to modify a package and push new .br versions\. Handy when you need to know who to bug for help\. .IP \(bu 2 add: Add a new user as a maintainer of a package\. This user is enabled .br to modify metadata, publish new versions, and add other owners\. .IP \(bu 2 rm: Remove a user from the package owner list\. This immediately revokes .br their privileges\. .RE .P Note that there is only one level of access\. Either you can modify a package, .br or you can't\. Future versions may contain more fine\-grained access levels, but .br that is not implemented at this time\. .P If you have two\-factor authentication enabled with \fBauth\-and\-writes\fP (see .br \fBnpm\-profile\fP) then you'll need to include an otp .br on the command line when changing ownership with \fB\-\-otp\fP\|\. .SH Configuration .SH See Also .RS 1 .IP \(bu 2 package spec .IP \(bu 2 npm profile .IP \(bu 2 npm publish .IP \(bu 2 npm registry .IP \(bu 2 npm adduser .RE