PACKAGE_JSON_NAME_REQUIRED

Conformance is available on Enterprise plans

This check ensures that every package.json has a name field. This field is important because it used to identify the workspace in the monorepo.

See the Node.js docs for more information.

Add the name field to the package.json file that contains a unique name for this package. The name should be understandable by someone viewing or using the package as to what it does.

Last updated on March 4, 2025