{
  "name": "expo-modal-popup",
  "version": "1.1.2",
  "description": "Modal component for expo react native",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "npx typesync"
  },
  "author": "",
  "repository": {
    "type": "git",
    "url": "git@github.com:ovalb/expo-modal-popup.git"
  },
  "keywords": [
    "modal",
    "message",
    "popup",
    "popup-window"
  ],
  "license": "ISC",
  "dependencies": {
    "@expo/vector-icons": "^13.0.0"
  },
  "devDependencies": {
    "@types/react": "18.0.8",
    "@types/react-dom": "17.0.2",
    "@types/react-native": "^0.69.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native": "0.68.2",
    "ts-loader": "^9.3.1",
    "typescript": "^4.7.4"
  }
}
