{
  "name": "react-native-toastify",
  "description": "React Native cross-plateform (iOS/Android) toast notification component highly customizable.",
  "version": "0.2.2",
  "homepage": "https://github.com/rimiti/react-native-toastify/blob/master/README.md",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf coverage dist tmp",
    "lint": "eslint .",
    "prepare": "npm run build",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch",
    "build": "babel src/ -d dist/",
    "build:watch": "babel --watch src/ -d dist/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rimiti/react-native-toastify.git"
  },
  "keywords": [
    "toast",
    "toastify",
    "popup",
    "notification",
    "react-native toast",
    "react-native notification",
    "react-native modal",
    "react-native cross toast",
    "react-native",
    "react-native-toastify",
    "react-component",
    "ios",
    "android"
  ],
  "author": {
    "name": "Dimitri DO BAIRRO",
    "email": "dimitri.dobairro@dimsolution.com",
    "url": "dimsolution.com"
  },
  "bugs": {
    "url": "https://github.com/rimiti/react-native-toastify/issues"
  },
  "jest": {
    "preset": "jest-react-native",
    "setupFiles": [
      "./config/enzyme.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 90,
        "lines": 95,
        "statements": 96
      }
    },
    "moduleFileExtensions": [
      "js"
    ],
    "coverageDirectory": "coverage",
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  }
}
