mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f57be12977
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43132 Command run: ``` node scripts/releases/set-version 0.75.0-main --skip-react-native-version ``` Changelog: [Internal] Reviewed By: lunaleaps, cipolleschi Differential Revision: D54006327 fbshipit-source-id: 7afe9e7ca3020faf399fdba2221fab8a102c56c7
34 lines
835 B
JSON
34 lines
835 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": "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"
|
|
}
|
|
}
|