`licenses` is [a deprecated field for package.json](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license); it should be `license`. This is a fairly minor issue, but it does break scripts that parse the package.json file for license information.