{
  "name": "@react-navigation/material-bottom-tabs",
  "description": "Integration for bottom navigation component from react-native-paper",
  "version": "6.2.29",
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "react-navigation",
    "ios",
    "android",
    "material",
    "tab"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-navigation/react-navigation.git",
    "directory": "packages/material-bottom-tabs"
  },
  "bugs": {
    "url": "https://github.com/react-navigation/react-navigation/issues"
  },
  "homepage": "https://reactnavigation.org/docs/material-bottom-tab-navigator/",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepack": "bob build",
    "clean": "del lib"
  },
  "dependencies": {
    "@react-navigation/elements": "^1.3.31"
  },
  "devDependencies": {
    "@react-navigation/native": "^6.1.18",
    "@testing-library/react-native": "^11.5.0",
    "@types/react": "~18.0.27",
    "@types/react-native": "~0.71.3",
    "@types/react-native-vector-icons": "^6.4.10",
    "del-cli": "^5.0.0",
    "react": "18.2.0",
    "react-native": "0.71.8",
    "react-native-builder-bob": "^0.20.4",
    "react-native-paper": "^4.12.1",
    "react-native-safe-area-context": "4.5.0",
    "react-native-vector-icons": "^9.1.0",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "@react-navigation/native": "^6.0.0",
    "react": "*",
    "react-native": "*",
    "react-native-paper": ">= 3.0.0",
    "react-native-safe-area-context": ">= 3.0.0",
    "react-native-vector-icons": ">= 6.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "a2269aa24bc0c2ceec227dbdcc4fa4c38902396a"
}
