{
  "name": "react-native-navigation-example",
  "version": "1.0.0",
  "description": "Navigation with React Native",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "react-native": "^0.72.0",
    "expo": "^49.0.0"
  }
}