{
  "name": "react-native-select-search",
  "version": "1.0.6",
  "description": "A react-native select component that provides a dropdown for use in react-native.  This component also provides a search functionality within the dropdown that allows a use to filter results.",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MichaelEakins/react-native-select.git"
  },
  "keywords": [
    "react-native",
    "react-native-select-search",
    "select",
    "react-component",
    "react-native-dropdown",
    "searchable-dropdown"
  ],
  "prepublish": "tsc",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Michael Eakins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MichaelEakins/react-native-select-search/issues"
  },
  "homepage": "https://github.com/MichaelEakins/react-native-select-search#readme",
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@react-native-community/bob": "^0.16.2",
    "@types/react": "~16.9.41",
    "@types/react-native": "^0.63.25",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.7.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.0",
    "eslint-plugin-react-native": "^3.9.0",
    "metro-react-native-babel-preset": "^0.63.0",
    "prettier": "^2.1.2",
    "typescript": "^3.9.7"
  },
  "peerDependencies": {
    "react": "~16.11.0",
    "react-dom": "~16.11.0"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "module",
      "typescript"
    ]
  }
}
