react-native-macos/packages/babel-plugin-codegen/package.json

18 строки
451 B
JSON

{
"version": "0.0.5",
"name": "@react-native/babel-plugin-codegen",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git",
"directory": "packages/babel-plugin-codegen"
},
"dependencies": {
"react-native-codegen": "*"
},
"devDependencies": {
"@babel/core": "^7.0.0"
},
"license": "MIT"
}