mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
89e3f70eab
Reviewed By: TheSavior Differential Revision: D17552725 fbshipit-source-id: 535faeb8d9ca2b901c5342a48ccba7fc26aebd4f
16 lines
353 B
JSON
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"
|
|
}
|