{
  "name": "react-native-phone-country-picker",
  "version": "0.1.9",
  "description": "Lightweight React Native TypeScript-first fully customizable Phone Input with Country Picker, Flags, Search & Bottom Sheet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MansoorAkhtar/react-native-phone-country-picker.git"
  },
  "homepage": "https://github.com/MansoorAkhtar/react-native-phone-country-picker#readme",
  "license": "MIT",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "source": "./src/index.ts",
  "sideEffects": false,
  "files": [
    "src",
    "lib",
    "docs",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "keywords": [
    "react-native",
    "phone-input",
    "country-picker",
    "bottom-sheet",
    "typescript",
    "react-native-phone-input",
    "react-native-country-picker",
    "phone-country-picker",
    "country-code-picker",
    "country-selector",
    "country-selector-modal",
    "country-selector-bottom-sheet",
    "country-selector-searchable",
    "phone-number",
    "mobile-number",
    "dial-code",
    "calling-code",
    "e164",
    "international-phone",
    "country-flags",
    "flag-picker",
    "searchable",
    "modal",
    "sheet",
    "libphonenumber"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-safe-area-context": ">=4.0.0"
  },
  "dependencies": {
    "libphonenumber-js": "^1.12.26"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.2",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^8.46.2",
    "@typescript-eslint/parser": "^8.46.2",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.8",
    "jest": "^30.2.0",
    "prettier": "^3.6.2",
    "react-native-builder-bob": "^0.41.0",
    "react-native-safe-area-context": "^5.4.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3"
  },
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "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"
  },
  "scripts": {
    "watch": "builder-bob watch",
    "build": "bob build",
    "clean": "rm -rf lib",
    "lint": "eslint src --ext .ts,.tsx",
    "typecheck": "tsc --noEmit",
    "format": "prettier --check \"**/*.{ts,tsx,js,json,md,yml,yaml}\"",
    "test": "jest --watchman=false",
    "prepare": "bob build"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
