Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
865 stars 48 forks source link

Feature request: make the `name` property optional if the package is private #177

Open adbayb opened 1 year ago

adbayb commented 1 year ago

Hello 👋,

It seems the name and version fields are optional if the package is not intended to be published. Does it make sense to not trigger an error if the package is either private or a publishConfig's access is set to restricted?

Thank you!