{
  "name": "toastify-react-native",
  "version": "7.2.3",
  "description": "🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "react",
    "react-component",
    "pushalert",
    "toast",
    "popup",
    "react-native toast",
    "react-native-toastify",
    "react-native",
    "react-toastify",
    "toastify",
    "react-native-notification",
    "toastify-react-native",
    "notification",
    "picker",
    "expo",
    "cli",
    "mobile",
    "ios",
    "android",
    "web",
    "Typescript"
  ],
  "bugs": {
    "url": "https://github.com/zahidalidev/toastify-react-native/issues"
  },
  "homepage": "https://github.com/zahidalidev/toastify-react-native/blob/master/README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@types/react-native-vector-icons": "^6.4.18",
    "metro-react-native-babel-preset": "^0.71.0",
    "prettier": "^3.3.3",
    "typescript": "^5.8.2"
  },
  "repository": "git://github.com/zahidalidev/toastify-react-native.git",
  "author": "Zahid Ali <m.zahidalidev@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "react-native-vector-icons": "*"
  }
}
