{
  "name": "react-navigation-drawer",
  "version": "2.7.1",
  "description": "Drawer navigator component for React Navigation",
  "main": "lib/commonjs/index.js",
  "react-native": "lib/module/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "prepare": "bob build",
    "clean": "del lib"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android",
    "drawer",
    "material"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-navigation/drawer.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-navigation/drawer/issues"
  },
  "homepage": "https://github.com/react-navigation/drawer#readme",
  "devDependencies": {
    "@react-native-community/bob": "^0.16.2",
    "@types/react": "^16.9.53",
    "@types/react-native": "^0.63.30",
    "del-cli": "^3.0.1",
    "react": "~16.13.1",
    "react-lifecycles-compat": "^3.0.4",
    "react-native": "~0.63.2",
    "react-native-gesture-handler": "~1.7.0",
    "react-native-reanimated": "~1.13.0",
    "react-native-screens": "~2.10.1",
    "react-native-testing-library": "^6.0.0",
    "react-navigation": "^4.4.4",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "^1.0.12",
    "react-native-reanimated": "^1.0.0",
    "react-native-screens": ">=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0",
    "react-navigation": "^4.1.1"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "199baecff1d9a6212d5320e4ad440807f707711a"
}
