mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
30 lines
688 B
JSON
30 lines
688 B
JSON
{
|
|
"name": "@react-native/metro-babel-transformer",
|
|
"version": "0.75.0-main",
|
|
"description": "Babel transformer for React Native applications.",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/react-native.git",
|
|
"directory": "packages/react-native-babel-transformer"
|
|
},
|
|
"keywords": [
|
|
"transformer",
|
|
"react-native",
|
|
"metro"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.0-main",
|
|
"hermes-parser": "0.20.1",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|