{
  "name": "rn-modal-alert",
  "version": "1.0.5",
  "description": "Modal alert using Hooks",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf ./lib && tsc",
    "prepare": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ainurb/react-native-modal-alert.git"
  },
  "keywords": [
    "modal",
    "alert",
    "status"
  ],
  "author": "ainurb",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ainurb/react-native-modal-alert/issues"
  },
  "homepage": "https://github.com/ainurb/react-native-modal-alert#readme",
  "devDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "@types/node": "^13.13.5",
    "@types/react": "^16.9.34",
    "@types/react-native": "^0.62.7",
    "react-native": "^0.62.2"
  }
}
