{
  "name": "react-native-protected-data-ios",
  "version": "0.0.8",
  "description": "Subscribe to ProtectedWillBeAvailable e.t.c",
  "main": "src/index.tsx",
  "author": "Gboyega Dada <boyega@gmail.com>",
  "homepage": "https://github.com/gboyegadada/react-native-protected-data-ios#readme",
  "license": "MIT",
  "private": false,
  "sideEffects": false,
  "nativePackage": true,
  "devDependencies": {
    "@react-native-community/bob": "^0.16.2",
    "@types/fbemitter": "^2.0.32",
    "@types/react-native": "^0.63.10",
    "prettier": "^2.1.1",
    "react": "^16.13.1",
    "react-native": "^0.63.2"
  },
  "react-native": "src/index.tsx",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "prepare": "npx bob build"
  },
  "keywords": [
    "react-native",
    "react native",
    "protected-data",
    "protected data",
    "application protected data",
    "ios"
  ],
  "files": [
    "!/example",
    "/lib",
    "/src",
    "/android",
    "!/android/build",
    "/ios",
    "!/ios/ProtectedDataIOS.xcworkspace",
    "/*.podspec",
    "!/ios/Podfile",
    "!/ios/Podfile.lock",
    "!/ios/Pods",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "dependencies": {
    "fbemitter": "^2.1.1"
  }
}
