{
  "name": "react-native-dropdownalert",
  "version": "5.2.0",
  "description": "An alert to notify users about an error or something else.",
  "main": "DropdownAlert.tsx",
  "scripts": {
    "test": "npx jest --coverage",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint . --fix",
    "prettier": "npx prettier --check ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testshallpass/react-native-dropdownalert.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "dropdown",
    "alert",
    "dismiss",
    "error",
    "info",
    "warn",
    "success"
  ],
  "author": "Brian Sinnicke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/testshallpass/react-native-dropdownalert/issues"
  },
  "homepage": "https://github.com/testshallpass/react-native-dropdownalert#readme",
  "devDependencies": {
    "@react-native/babel-preset": "0.79.2",
    "@react-native/eslint-config": "0.79.2",
    "@react-native/metro-config": "0.79.2",
    "@react-native/typescript-config": "0.79.2",
    "@testing-library/react-native": "13.2.0",
    "@types/jest": "29.5.14",
    "@types/react": "19.0.0",
    "@types/react-test-renderer": "19.0.0",
    "babel-jest": "29.7.0",
    "eslint": "8.57.1",
    "jest": "29.7.0",
    "prettier": "3.3.3",
    "react": "19.0.0",
    "react-native": "0.79.2",
    "react-test-renderer": "19.0.0",
    "ts-jest": "29.3.4",
    "typescript": "5.5.4"
  },
  "packageManager": "yarn@4.9.2"
}
