2023-03-21 11:17:09 +00:00
|
|
|
{
|
|
|
|
"name": "@react-native/metro-config",
|
2024-09-12 16:23:23 +00:00
|
|
|
"version": "0.77.0-main",
|
2023-03-21 11:17:09 +00:00
|
|
|
"description": "Metro configuration for React Native.",
|
2023-04-28 11:26:20 +00:00
|
|
|
"license": "MIT",
|
2023-03-21 11:17:09 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-03-18 15:29:10 +00:00
|
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
2023-03-21 11:17:09 +00:00
|
|
|
"directory": "packages/metro-config"
|
|
|
|
},
|
2023-04-28 11:26:20 +00:00
|
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/metro-config#readme",
|
2023-10-11 15:36:23 +00:00
|
|
|
"keywords": [
|
|
|
|
"metro",
|
|
|
|
"config",
|
|
|
|
"react-native"
|
|
|
|
],
|
2023-04-28 11:26:20 +00:00
|
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
2023-04-26 15:24:06 +00:00
|
|
|
"engines": {
|
2023-06-22 16:53:21 +00:00
|
|
|
"node": ">=18"
|
2023-04-26 15:24:06 +00:00
|
|
|
},
|
2024-02-12 13:20:38 +00:00
|
|
|
"exports": {
|
|
|
|
".": "./src/index.js",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2023-03-21 11:17:09 +00:00
|
|
|
"dependencies": {
|
2024-09-12 16:23:23 +00:00
|
|
|
"@react-native/js-polyfills": "0.77.0-main",
|
|
|
|
"@react-native/metro-babel-transformer": "0.77.0-main",
|
2024-10-14 17:08:36 +00:00
|
|
|
"metro-config": "^0.81.0",
|
|
|
|
"metro-runtime": "^0.81.0"
|
2023-03-21 11:17:09 +00:00
|
|
|
}
|
|
|
|
}
|