/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
latest
packages/metro-config/package.json
43 строки
1 KB
React Native Bot
Release 0.87.0
11 авг 2026, 16:31
11 авг 2026, 16:31
4bc2473
Код
Авторство
О чём код?
{ "name": "@react-native/metro-config", "version": "0.87.0", "description": "Metro configuration for React Native.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/metro-config" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/metro-config#readme", "keywords": [ "metro", "config", "react-native" ], "bugs": "https://github.com/react/react-native/issues", "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" }, "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "publishConfig": { "exports": { ".": "./dist/index.js", "./package.json": "./package.json" } }, "files": [ "dist" ], "scripts": { "prepack": "node ../../scripts/build/prepack.js" }, "dependencies": { "@react-native/js-polyfills": "0.87.0", "@react-native/metro-babel-transformer": "0.87.0", "metro-config": "^0.87.0", "metro-runtime": "^0.87.0" } }