{
    "name": "react-native-lq-toast",
    "version": "1.0.19",
    "description": "A customizable toast component for React Native.",
    "repository": {
        "type": "git",
        "url": "https://github.com/iyiolaosuagwu/react-native-lq-toast.git"
    },
    "bugs": {
        "url": "https://github.com/iyiolaosuagwu/react-native-lq-toast/issues"
    },
    "homepage": "https://github.com/iyiolaosuagwu/react-native-lq-toast#readme",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
        "lib"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "tsc",
        "publish": "npm publish",
        "patch": "npm version patch",
        "pack": "npm pack"
    },
    "keywords": [
        "react-native",
        "toast",
        "notification",
        "UI",
        "react",
        "react-component",
        "pushalert",
        "toast",
        "popup",
        "react-native-lq-toast",
        "notification",
        "picker",
        "expo",
        "cli",
        "mobile",
        "ios",
        "android",
        "web",
        "typescript"
    ],
    "author": "Iyiola Osuagwu",
    "license": "MIT",
    "type": "module",
    "dependencies": {
        "react": ">=16.8.0",
        "react-native": ">=0.60.0"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.26.9",
        "@babel/preset-react": "^7.26.3",
        "@babel/preset-typescript": "^7.26.0",
        "@types/react": "^19.0.10",
        "typescript": "^5.7.3"
    },
    "peerDependencies": {
        "react": ">=16.8.0",
        "react-native": ">=0.60.0"
    }
}
