Control npm Package Owners - Manage Access | Online Free DevTools by Hexmos
Control npm package owners effortlessly with npm Owner. Manage access rights, add/remove maintainers, and list existing owners. Free online tool, no registration required.
npm-owner
Manage ownership of published packages. More information: https://docs.npmjs.com/cli/npm-owner.
- 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}}
