{
  "name": "@mobile-reality/react-native-select-pro",
  "version": "2.3.0",
  "description": "React Native dropdown (select) component developed by Mobile Reality",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "react-native",
    "react",
    "ios",
    "android",
    "select",
    "picker",
    "dropdown",
    "menu",
    "react-native-component"
  ],
  "repository": {
    "type": "git",
    "directory": "https://github.com/MobileReality/react-native-select-pro.git",
    "url": "https://github.com/MobileReality/react-native-select-pro.git"
  },
  "author": "Mobile Reality <hello@themobilereality.com> (https://themobilereality.com)",
  "contributors": [
    {
      "name": "@irekrog",
      "email": "irekfrontend@gmail.com",
      "url": "https://github.com/irekrog"
    },
    {
      "name": "Marcin Sadowski",
      "url": "https://github.com/gitsad"
    },
    {
      "name": "Agata Kosior",
      "url": "https://github.com/koko57"
    },
    {
      "name": "Mateusz Tkacz",
      "url": "https://github.com/CatchMe2"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MobileReality/react-native-select-pro/issues"
  },
  "homepage": "https://themobilereality.com/react-native-select-pro-docs",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "react-native-builder-bob": "0.20.4",
    "@monorepo/eslint-config": "0.0.0"
  },
  "dependencies": {
    "@gorhom/portal": "1.0.14",
    "react-fast-compare": "3.2.1"
  },
  "peerDependencies": {
    "react": "^16.13 || ^17 || ^18",
    "react-native": ">=0.63"
  },
  "scripts": {
    "build": "bob build && find lib -type d -name \"__tests__\" -exec rm -r \"{}\" +",
    "local-package": "yalc publish",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint --fix ./src --ext .js,.jsx,.ts,.tsx",
    "tsc": "tsc --noEmit",
    "test": "jest --runInBand --detectOpenHandles --forceExit --config ../../jest.config.js",
    "test:fix": "jest -u --runInBand --detectOpenHandles --forceExit --config ../../jest.config.js",
    "clean": "rm -Rf .turbo && rm -Rf node_modules && rm -Rf lib"
  }
}