How I can publish NPM package with a name different one in package.json?

Viewed 3217

My package.json has

{
  "name": "package_name",
  "version": "1.0.1"
}

I want publish the package with name example_name. How I can do this?

1 Answers
Related