{
  "name": "rn-toastify",
  "version": "1.0.8",
  "description": "A customizable and performant toast notification library for React Native, featuring smooth animations, swipe gestures, and flexible styling options.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/muku534/react-native-toast"
  },
  "homepage": "https://github.com/muku534/react-native-toast#readme",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react-native",
    "toast",
    "react-native-toastify",
    "react-native-toast",
    "react-native-toast-message",
    "rn-toastify",
    "alert",
    "notification",
    "library"
  ],
  "author": "Mukesh Prajapati",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0 <19.0.0",
    "react-native": ">=0.60.0 <1.0.0",
    "react-native-reanimated": ">=2.0.0 <4.0.0",
    "lottie-react-native": ">=3.0.0 <7.0.0"
  },
  "dependencies": {
    "events": "^3.3.0"
  },
  "devDependencies": {
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.5.2",
    "@types/jest": "^28.1.0",
    "@types/react-native": "^0.67.3",
    "jest": "^28.1.0",
    "react-test-renderer": "^17.0.2"
  }
}