Files
react-native/packages/react-native-codegen/package.json
T
Christoph Nakazawa 1787c161a9 Remove docs from jscodeshift
Summary:
I removed 1 MiB from `jscodeshift` as it was shipping with docs: https://github.com/facebook/jscodeshift/commit/5885662920ed7a3077da22beed4a8f76743dd19c

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D21368889

fbshipit-source-id: 452fd4cedcc749d972adbb69df5c95117dd55b15
2020-05-03 02:10:31 -07:00

20 lines
481 B
JSON

{
"name": "react-native-codegen",
"version": "0.0.2",
"description": "⚛️ Code generation tools for React Native",
"homepage": "https://github.com/facebook/react-native/tree/master/packages/react-native-codegen",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"license": "MIT",
"files": [
"src"
],
"dependencies": {
"flow-parser": "^0.121.0",
"jscodeshift": "^0.7.1",
"nullthrows": "^1.1.1"
}
}