mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
42b94fc709
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53413 Changelog: [Internal] Add dependency on istanbul plugin so we can collect code coverage. Reviewed By: christophpurrer Differential Revision: D80723825 fbshipit-source-id: bf0ac0e49e12ea1b01f72c11362019ef68e09ff9
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|