{
  "name": "react-native-multiple-select",
  "version": "0.5.12",
  "description": "Simple multi-select component for react-native",
  "main": "index.js",
  "scripts": {
    "precommit": "lint-staged",
    "test": "jest",
    "lint": "eslint lib/",
    "publish": "npm publish --access public"
  },
  "jest": {
    "preset": "jest-react-native"
  },
  "lint-staged": {
    "*.{js,json,css}": [
      "prettier --single-quote --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toystars/react-native-multiple-select.git"
  },
  "keywords": [
    "reactnative",
    "multiselect",
    "multi-select",
    "react-native"
  ],
  "author": "Mustapha Babatunde Oluwaleke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toystars/react-native-multiple-select/issues"
  },
  "homepage": "https://github.com/toystars/react-native-multiple-select#readme",
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.2",
    "babel-jest": "24.9.0",
    "babel-preset-react-native": "^4.0.1",
    "eslint": "^6.5.1",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-config-react-native": "^4.0.0",
    "eslint-plugin-import": "^2.18.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-native": "^3.7.0",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "lint-staged": "^9.4.3",
    "prettier": "^1.19.1",
    "react-test-renderer": "16.9.0",
    "remote-redux-devtools": "^0.5.16"
  },
  "peerDependencies": {
    "deprecated-react-native-prop-types": ">2.0.0",
    "lodash": ">4.17.00",
    "react": ">16.6.0",
    "react-native": ">0.57.0",
    "react-native-vector-icons": ">6.0.0"
  }
}
