mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff adds _missing_ README files for all public RN packages. #### Changes: For all public RN packages: - Add _Missing_ READMEs Update package.json in all RN packages to add: - Issues, Bugs urls - Keywords and Homepage urls to respective pkgs ## Changelog: [GENERAL][ADDED] - Add missing README files for all public RN packages. [GENERAL][CHANGED] - Update package.json in all RN packages to add required fields. Pull Request resolved: https://github.com/facebook/react-native/pull/37090 Test Plan: - `yarn lint && yarn flow && yarn test-ci` --> _should be green_ Reviewed By: cortinico Differential Revision: D45390861 Pulled By: hoxyq fbshipit-source-id: 524a92de56a7cb553573d9f54ccf40a998dfd35f
25 lines
745 B
JSON
25 lines
745 B
JSON
{
|
|
"name": "@react-native/metro-config",
|
|
"version": "0.73.0",
|
|
"description": "Metro configuration for React Native.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/metro-config"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/metro-config#readme",
|
|
"keywords": ["metro", "config", "react-native"],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"exports": "./index.js",
|
|
"dependencies": {
|
|
"@react-native/js-polyfills": "^0.73.0",
|
|
"metro-config": "0.76.2",
|
|
"metro-react-native-babel-transformer": "0.76.2",
|
|
"metro-runtime": "0.76.2"
|
|
}
|
|
}
|