{
  "name": "react-native-modal-popover",
  "version": "2.1.3",
  "description": "Pure JS popover component for react-native",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "react-native": "src/index.ts",
  "files": [
    "lib/*",
    "src/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doomsower/react-native-modal-popover.git"
  },
  "keywords": [
    "react",
    "react-native",
    "popover",
    "modal"
  ],
  "author": "Konstantin Kuznetsov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doomsower/react-native-modal-popover/issues"
  },
  "homepage": "https://github.com/doomsower/react-native-modal-popover#readme",
  "scripts": {
    "clean": "rm -rf ./build/*",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublishOnly": "yarn build",
    "prettier": "prettier --check .",
    "lint": "eslint .",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.3.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/lodash": "^4.14.191",
    "@types/prop-types": "^15.7.5",
    "@types/react": "^18.0.26",
    "@types/react-native": "^0.70.8",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "commitlint": "^17.3.0",
    "eslint": "^8.30.0",
    "husky": "^8.0.2",
    "prettier": "^2.8.1",
    "pretty-quick": "^3.1.3",
    "react": "^17.0.2",
    "react-native": "^0.65.1",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "react": ">16.0.0",
    "react-native": ">0.50.0"
  },
  "dependencies": {
    "lodash": ">4.17.0",
    "prop-types": "^15.8.1"
  }
}
