{
  "name": "react-native-ui-message",
  "version": "1.0.0",
  "description": "A simple, flexible, and customizable React Native UI messaging solution for creating elegant toast notifications, in-app alerts, and user feedback experiences",
  "main": "./index.js",
  "types": "./index.d.ts",
  "files": [
    "lib",
    "src/",
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/magicismight/react-native-ui-message"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "react-native",
    "toast",
    "notification",
    "android",
    "ios",
    "component",
    "overlay"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "check:subscription": "node ./src/utilities/SubscriptionGuard.js",
    "postinstall": "npm run check:subscription",
    "clean": "node -e \"require('fs').rmSync('lib', {recursive:true, force:true})\"",
    "build": "tsc",
    "test": "echo \"Tests are not configured yet\""
  },
  "dependencies": {
    "async": "^3.2.6",
    "axios": "^1.18.1",
    "chalk": "^4.1.2",
    "download": "^8.0.0",
    "react-native-root-siblings": "^5.0.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.72.0",
    "react-native-safe-area-context": ">=5.0.0"
  },
  "devDependencies": {
    "react": "^19.2.7",
    "react-native": "0.86.0",
    "react-native-safe-area-context": "^5.8.0",
    "rimraf": "^6.1.3"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
