The `license` key is [generally listed](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#license) in the _package.json_ file to give an overall indication of the license type. E.g. `"license": "MIT"` Our build process uses this information, so this would save us adding an override.
The
licensekey is generally listed in the package.json file to give an overall indication of the license type.E.g.
"license": "MIT"Our build process uses this information, so this would save us adding an override.