mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a380ea55fb
Summary:
Minor fix to package.json which newer version of npm warn about when publishing, after running `npm pkg fix -ws` on the workspace.
{F1470070110}
## Changelog: [Internal] npm pkg fix -ws
Pull Request resolved: https://github.com/facebook/react-native/pull/43519
Test Plan: eyescloseddog
Reviewed By: cortinico
Differential Revision: D55012872
Pulled By: blakef
fbshipit-source-id: ff3c63a3eefaf56d369219a3d4b32d44d6d842c9
34 lines
839 B
JSON
34 lines
839 B
JSON
{
|
|
"name": "@react-native/babel-plugin-codegen",
|
|
"version": "0.75.0-main",
|
|
"description": "Babel plugin to generate native module and view manager code for React Native.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/babel-plugin-codegen"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/babel-plugin-codegen#readme",
|
|
"keywords": [
|
|
"babel",
|
|
"plugin",
|
|
"codegen",
|
|
"react-native",
|
|
"native-modules",
|
|
"view-manager"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@react-native/codegen": "0.75.0-main"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
}
|
|
}
|