/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
latest
packages/community-cli-plugin/package.json
51 строка
1 KB
React Native Bot
Release 0.82.0
08 окт 2025, 01:17
08 окт 2025, 01:17
06c4c42
Код
Авторство
О чём код?
{ "name": "@react-native/community-cli-plugin", "version": "0.82.0", "description": "Core CLI commands for React Native", "keywords": [ "react-native", "tools" ], "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/community-cli-plugin#readme", "bugs": "https://github.com/facebook/react-native/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/react-native.git", "directory": "packages/community-cli-plugin" }, "license": "MIT", "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "@react-native/dev-middleware": "0.82.0", "debug": "^4.4.0", "invariant": "^2.2.4", "metro": "^0.83.1", "metro-config": "^0.83.1", "metro-core": "^0.83.1", "semver": "^7.1.3" }, "devDependencies": { "metro-resolver": "^0.83.1" }, "peerDependencies": { "@react-native-community/cli": "*", "@react-native/metro-config": "*" }, "peerDependenciesMeta": { "@react-native-community/cli": { "optional": true }, "@react-native/metro-config": { "optional": true } }, "engines": { "node": ">= 20.19.4" } }