{
  "name": "rn-custom-alert-prompt",
  "version": "1.1.2",
  "description": "ReactNative Alert & Prompt with no dependencies",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "src",
    "dist/*",
    "types/*"
  ],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest",
    "build": "rm -rf dist && tsc && tsc -m es6 --outDir lib-esm"
  },
  "dependencies": {
    "react": "18.2.0",
    "react-native": "0.73.5"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/babel-preset": "0.73.21",
    "@react-native/eslint-config": "0.73.2",
    "@react-native/metro-config": "0.73.5",
    "@react-native/typescript-config": "0.73.1",
    "@types/react": "^18.2.6",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "18.2.0",
    "typescript": "5.0.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FerRiv3ra/rn-custom-alert-prompt.git"
  },
  "keywords": [
    "react-native",
    "alert",
    "prompt",
    "async",
    "promise",
    "dialog",
    "modal",
    "UI component",
    "user interaction",
    "simple",
    "lightweight"
  ],
  "author": "FerRivera",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FerRiv3ra/rn-custom-alert-prompt/issues"
  },
  "homepage": "https://github.com/FerRiv3ra/rn-custom-alert-prompt#readme",
  "engines": {
    "node": ">=18"
  }
}
