{
  "name": "react-native-snackbar-avoiding-view",
  "version": "1.0.1",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "commit": "git-cz"
  },
  "author": "Kyle Roach",
  "license": "MIT",
  "description": "AvoidingView that adjusts when a snackbar is present",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iRoachie/react-native-snackbar-avoiding-view.git"
  },
  "bugs": {
    "url": "https://github.com/iRoachie/react-native-snackbar-avoiding-view/issues"
  },
  "homepage": "https://github.com/iRoachie/react-native-snackbar-avoiding-view#readme",
  "peerDependencies": {
    "react": ">=15.1 || >=16.0.0-alpha.6",
    "react-native": ">=0.40"
  },
  "keywords": [
    "react-native",
    "snackbar",
    "view",
    "component"
  ],
  "devDependencies": {
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
