// package.json => What is private used for? { "private": true } `When the value is set to true, npm will refuse to publish it. It prevents accidental publication of private repositories.`