mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 22:58:19 +00:00
Summary: This is the first step in organizing React Native slightly differently. This doesn't set up a "monorepo" structure for the GitHub repo yet, it merely moves a few files around and I slightly updated the package.json file for the codegen project. Reviewed By: rickhanlonii, TheSavior Differential Revision: D13974180 fbshipit-source-id: f53375f3b6618ef12658064cb1fc690ef1f95299
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "react-native-codgen",
|
|
"description": "⚛️ Code generation tools for React Native",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"dependencies": {
|
|
"jscodeshift": "^0.6.2",
|
|
"nullthrows": "^1.1.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|