Why is 'name' required in package.json? #200
Closed
wereHamster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not required by npm (the package manager):
Source: https://docs.npmjs.com/cli/v11/configuring-npm/package-json#name
Nor is the field marked as required in the schema. https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/package.json
Beta Was this translation helpful? Give feedback.
All reactions