Summary: Releasing version 0.228.0 Reviewed By: lblasa Differential Revision: D50407780 fbshipit-source-id: b015e08f21fc4f0182e8a6589785e772505163f1
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.228.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 || ^18.0.0",
|
|
"react-native": ">0.62.0"
|
|
},
|
|
"devDependencies": {
|
|
"metro-config": "^0.76.0",
|
|
"react": "^17.0.2",
|
|
"react-native": "^0.68.2",
|
|
"react-native-windows": "0.68.2"
|
|
},
|
|
"resolutions": {
|
|
"logkitty": "0.7.1",
|
|
"minimist": "1.2.3",
|
|
"kind-of": "6.0.3",
|
|
"node-fetch": "^2.6.7",
|
|
"browserslist": "^4.16.5",
|
|
"ws": "7.4.6"
|
|
}
|
|
}
|