{
  "name": "react-native-flash-message-custom-swipe",
  "version": "0.1.17",
  "description": "React Native flashbar and top notification alert utility",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "upd": "yarn upgrade-interactive --latest"
  },
  "repository": "https://github.com/lucasferreira/react-native-flash-message.git",
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "native",
    "component",
    "flash",
    "flashbar",
    "flashmessage",
    "message",
    "alert",
    "notification",
    "topbar",
    "iphonex",
    "ipad",
    "android",
    "utility"
  ],
  "author": "Lucas Ferreira <contato@lucasferreira.com>",
  "license": "MIT",
  "files": [
    "src"
  ],
  "peerDependencies": {
    "prop-types": "^15.0 || ^16.0",
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-native-iphone-x-helper": "^1.2.1",
    "react-native-swipe-gestures": "^1.0.4"
  },
  "devDependencies": {
    "prettier": "^1.18.2",
    "react": "16.8.3",
    "react-native": "0.59.8"
  }
}
