/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
private/react-native-fantom/package.json
17 строк
384 B
Andrew Datsenko
Add babel-plugin-istanbul for code covearage (#53413)
25 авг 2025, 20:45
25 авг 2025, 20:45
42b94fc
Код
Авторство
О чём код?
{ "name": "@react-native/fantom", "private": true, "version": "0.0.0", "main": "src/index.js", "description": "Internal integration testing and benchmarking tool for React Native", "scripts": { "build": "./build.sh" }, "dependencies": { "babel-plugin-istanbul": "^7.0.0" }, "peerDependencies": { "jest": "^29.7.0", "jest-snapshot": "^29.7.0" } }