-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
Description
Describe the Feature
The homepage field is not populated in package.json.
For example: https://www.npmjs.com/package/@react-native-community/cli-platform-ios
I couldn't find an easy way to find out source code of @react-native-community/cli-platform-ios
from npmjs website.
I searched online for @react-native-community github
and found out that code is present in this react-native-community/cli
after going through some code.
Possible Implementations
Populate homepage and repository field in package.json
Example: https://github.com/aws/aws-sdk-js-v3/blob/105c9b7d73deeb7f9843a3add1e95399809a7327/clients/client-s3/package.json#L105-L110
The npmjs website of @aws-sdk/client-s3
as quicklinks to homepage and repository fields in the left sidebar.
Related Issues
N/A