@react-native/metro-config
Version:
Metro configuration for React Native.
35 lines (34 loc) • 862 B
JSON
{
"name": "@react-native/metro-config",
"version": "0.81.0",
"description": "Metro configuration for React Native.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+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": ">= 20.19.4"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"dependencies": {
"@react-native/js-polyfills": "0.81.0",
"@react-native/metro-babel-transformer": "0.81.0",
"metro-config": "^0.83.1",
"metro-runtime": "^0.83.1"
}
}