react-native-toastier
Version:
React Native Toast message library for Android and iOS with animated and customizable toast notifications.
82 lines (81 loc) • 1.82 kB
JSON
{
"name": "react-native-toastier",
"version": "2.0.5",
"description": "React Native Toast message library for Android and iOS with animated and customizable toast notifications.",
"author": {
"name": "Hardik Viradiya",
"email": "hardikviradiya27@gmail.com"
},
"homepage": "https://github.com/hardik27111/react-native-toastier#readme",
"repository": {
"type": "git",
"url": "https://github.com/hardik27111/react-native-toastier.git"
},
"keywords": [
"react-native-toast",
"react native toast",
"react native toast message",
"toast",
"toast message",
"react-native",
"react-native-snackbar",
"snackbar",
"toast notifications",
"notifications",
"alerts",
"animated",
"animation",
"toastier"
],
"license": "MIT",
"scripts": {
"lint": "eslint .",
"start": "react-native start",
"prepare": "bob build"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@types/react-native": "^0.73.0"
},
"devDependencies": {
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-builder-bob": "^0.23.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"main": "lib/commonjs/index.js",
"react-native": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"lib"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"copyFlow": true
}
],
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}