/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.87.0-rc.3
packages/community-cli-plugin/package.json
59 строк
1 KB
React Native Bot
Release 0.87.0-rc.3
27 июл 2026, 18:24
27 июл 2026, 18:24
b67c5cf
Код
Авторство
О чём код?
{ "name": "@react-native/community-cli-plugin", "version": "0.87.0-rc.3", "description": "Core CLI commands for React Native", "keywords": [ "react-native", "tools" ], "homepage": "https://github.com/react/react-native/tree/HEAD/packages/community-cli-plugin#readme", "bugs": "https://github.com/react/react-native/issues", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/community-cli-plugin" }, "license": "MIT", "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/asset-utils": "0.87.0-rc.3", "@react-native/dev-middleware": "0.87.0-rc.3", "debug": "^4.4.0", "invariant": "^2.2.4", "metro": "^0.87.0", "semver": "^7.1.3" }, "devDependencies": { "metro-resolver": "^0.87.0" }, "peerDependencies": { "@react-native-community/cli": "*", "@react-native/metro-config": "0.87.0-rc.3" }, "peerDependenciesMeta": { "@react-native-community/cli": { "optional": true }, "@react-native/metro-config": { "optional": true } }, "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" } }