react-native-custom-alert-modal
Version:
A customizable alert modal for React Native applications.
36 lines • 981 B
JSON
{
"name": "react-native-custom-alert-modal",
"version": "1.1.9",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"start": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"custom-alert",
"modal",
"alert",
"react-native-component"
],
"author": "waleediqbal1717@gmail.com",
"license": "MIT",
"description": "A customizable alert modal for React Native applications.",
"peerDependencies": {
"react": "^18.3.1",
"react-native": "^0.76.3"
},
"repository": {
"type": "git",
"url": "https://github.com/waleediqbal1717/react-native-custom-alert-modal.git"
},
"bugs": {
"url": "https://github.com/waleediqbal1717/react-native-custom-alert-modal/issues"
},
"homepage": "https://github.com/waleediqbal1717/react-native-custom-alert-modal/blob/main/README.md",
"devDependencies": {
"@types/react": "^18.3.12",
"typescript": "^5.7.2"
}
}