{
  "name": "expo-taskbar-blur",
  "version": "1.0.11",
  "description": "Easily blur your Expo and React Native app's content when it's in the task manager to protect your app's privacy.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-taskbar-blur",
    "ExpoTaskbarBlur",
    "blur",
    "task-manager",
    "background",
    "privacy",
    "security",
    "UIVisualEffectView",
    "window-blur",
    "app-visibility",
    "mobile-app-protection",
    "content-masking",
    "native-module",
    "app-content-security",
    "background-blur",
    "screen-protection",
    "app-state",
    "mobile-app-privacy",
    "blurred-transition",
    "inactive-app-state"
],
  "repository": "https://github.com/GFean/expo-taskbar-blur",
  "bugs": {
    "url": "https://github.com/GFean/issues"
  },
  "author": "George Fean <george.fean@gmail.com> ()",
  "license": "MIT",
  "homepage": "https://github.com/GFean/expo-taskbar-blur",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.0.25",
    "expo-module-scripts": "^3.0.11",
    "expo-modules-core": "^1.5.7"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
