Files
react-native/packages/react-native-codegen/package.json
T
Logan Daniels 89e3f70eab Upgrade nullthrows to ^1.1.1
Reviewed By: TheSavior

Differential Revision: D17552725

fbshipit-source-id: 535faeb8d9ca2b901c5342a48ccba7fc26aebd4f
2019-09-25 10:16:00 -07:00

16 lines
353 B
JSON

{
"version": "0.0.1",
"name": "react-native-codegen",
"description": "⚛️ Code generation tools for React Native",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"dependencies": {
"flow-parser": "^0.102.0",
"jscodeshift": "^0.6.2",
"nullthrows": "^1.1.1"
},
"license": "MIT"
}