NPM discourages prefixing package names with 'node-', since it's assumed the package works with node given that it's distributed via node package manager.
- Change the name in package.json to
webpipe-server
- Publishing using the new name.
- Use
npm unpublish or npm deprecate on the old one.