{
  "name": "@react-navigation/native",
  "description": "React Native integration for React Navigation",
  "version": "5.1.7",
  "keywords": [
    "react-native",
    "react-navigation",
    "ios",
    "android"
  ],
  "license": "MIT",
  "repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/native",
  "bugs": {
    "url": "https://github.com/react-navigation/react-navigation/issues"
  },
  "homepage": "https://reactnavigation.org",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "bob build",
    "clean": "del lib"
  },
  "dependencies": {
    "@react-navigation/core": "^5.3.5"
  },
  "devDependencies": {
    "@react-native-community/bob": "^0.10.0",
    "@types/react": "^16.9.23",
    "@types/react-native": "^0.61.22",
    "del-cli": "^3.0.0",
    "react": "~16.9.0",
    "react-native": "~0.61.5",
    "react-native-testing-library": "^1.12.0",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "2697355ab258d13f52133d80bede87e1a7ec07c9"
}
