/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.80.1
packages/community-cli-plugin/package.json
48 строк
1 KB
React Native Bot
Release 0.80.1
30 июн 2025, 19:04
30 июн 2025, 19:04
d0843bd
Код
Авторство
О чём код?
{ "name": "@react-native/community-cli-plugin", "version": "0.80.1", "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.80.1", "chalk": "^4.0.0", "debug": "^4.4.0", "invariant": "^2.2.4", "metro": "^0.82.2", "metro-config": "^0.82.2", "metro-core": "^0.82.2", "semver": "^7.1.3" }, "devDependencies": { "metro-resolver": "^0.82.2" }, "peerDependencies": { "@react-native-community/cli": "*" }, "peerDependenciesMeta": { "@react-native-community/cli": { "optional": true } }, "engines": { "node": ">=18" } }