Summary: I really hope I hit everything and didn't break anything that wasn't referring to branch names. Pull Request resolved: https://github.com/facebook/flipper/pull/2689 Test Plan: _eyes CI |[Site Preview: flipper](https://our.intern.facebook.com/intern/staticdocs/eph/D30305789/V2/flipper/) Reviewed By: timur-valiev Differential Revision: D30305789 Pulled By: passy fbshipit-source-id: 5daaa09250bb96bb50be679fc01dae86c666eb73
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.102.0",
|
|
"description": "Flipper bindings for React Native",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/flipper.git",
|
|
"baseUrl": "https://github.com/facebook/flipper/tree/main/react-native/react-native-flipper"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"flipper"
|
|
],
|
|
"author": {
|
|
"name": "Facebook Inc"
|
|
},
|
|
"license": "MIT",
|
|
"licenseFilename": "LICENSE",
|
|
"readmeFilename": "README.md",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-native": ">0.62.0"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^17.0.1",
|
|
"react-native": "^0.64.0"
|
|
},
|
|
"resolutions": {
|
|
"logkitty": "0.7.1",
|
|
"minimist": "1.2.3",
|
|
"kind-of": "6.0.3",
|
|
"node-fetch": "^2.6.1",
|
|
"xmldom": "github:xmldom/xmldom#0.7.0",
|
|
"browserslist": "^4.16.5",
|
|
"ws": "7.4.6"
|
|
}
|
|
}
|