mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b253b0fe94
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48125 Changelog: [internal] This just moves the runtime modules for Fantom to its own package. Reviewed By: javache Differential Revision: D66825478 fbshipit-source-id: ac4dbc23b86895f09abc46345d497c1c53737ae2
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"name": "@react-native/fantom",
|
|
"private": true,
|
|
"version": "0.77.0-main",
|
|
"main": "src/index.js",
|
|
"description": "Internal integration testing and benchmarking tool for React Native",
|
|
"peerDependencies":{
|
|
"jest":"^29.7.0"
|
|
}
|
|
}
|