{
  "name": "@bottom-tabs/react-navigation",
  "version": "1.2.0",
  "description": "React Native Bottom Tabs React Navigation integration",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc -b",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "build": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "react-navigation",
    "expo-router"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
  },
  "author": "Oskar Kwasniewski <oskarkwasniewski@icloud.com> (https://github.com/okwasniewski)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues"
  },
  "homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@react-navigation/native": "^7.2.2",
    "@types/color": "^4.2.0",
    "jest": "^29.7.0",
    "react": "^19.1.0",
    "react-native": "0.81.1",
    "react-native-bottom-tabs": "*",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "color": "^5.0.0"
  },
  "peerDependencies": {
    "@react-navigation/native": ">=7",
    "react": "*",
    "react-native": "*",
    "react-native-bottom-tabs": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true,
          "configFile": true
        }
      ],
      [
        "module",
        {
          "esm": true,
          "configFile": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
