/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
latest
packages/react-native-compatibility-check/package.json
38 строк
961 B
React Native Bot
Release 0.82.0
08 окт 2025, 01:17
08 окт 2025, 01:17
06c4c42
Код
Авторство
О чём код?
{ "name": "@react-native/compatibility-check", "version": "0.82.0", "description": "Check a React Native app's boundary between JS and Native for incompatibilities", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/facebook/react-native.git", "directory": "packages/react-native-compatibility-check" }, "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-compatibility-check#readme", "keywords": [ "boundary", "crashes", "native", "codegen", "tools", "react-native" ], "bugs": "https://github.com/facebook/react-native/issues", "engines": { "node": ">= 20.19.4" }, "exports": { ".": "./src/index.js", "./package.json": "./package.json" }, "files": [ "dist" ], "dependencies": { "@react-native/codegen": "0.82.0" }, "devDependencies": { "flow-remove-types": "^2.237.2", "rimraf": "^3.0.2" } }