react-native-easy-upgrade
Version:
Easy to upgrade your react-native app
33 lines (32 loc) • 805 B
JSON
{
"name": "react-native-easy-upgrade",
"version": "0.1.0",
"description": "Easy to upgrade your react-native app",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-org/react-native-easy-upgrade.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-org/react-native-easy-upgrade/issues"
},
"homepage": "https://github.com/react-native-org/react-native-easy-upgrade#readme",
"devDependencies": {
"react-native": "^0.44.3"
},
"importSort": {
".js, .jsx, .es6, .es,": {
"parser": "babylon",
"style": "module-compact"
}
}
}