{
  "name": "react-native-bulletproof-redux-provider",
  "version": "1.0.3",
  "description": "A bulletproof Redux provider for secure encryption of your user's data",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcelkalveram/react-native-bulletproof-redux-provider.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react-native",
    "redux",
    "Keychain",
    "Keystore",
    "AsyncStorage",
    "encrypted",
    "secure",
    "storage"
  ],
  "author": "Marcel Kalveram",
  "license": "MIT",
  "release": {
    "branches": [
      "main"
    ]
  },
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "^1.15.2",
    "react": "17.0.1",
    "react-native": "^0.63.3",
    "react-native-keychain": "^6.2.0",
    "react-native-securerandom": "^1.0.0"
  },
  "dependencies": {
    "react-redux": "^7.2.2",
    "redux": "^4.0.5",
    "redux-persist": "^6.0.0",
    "redux-persist-transform-encrypt": "^3.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.17",
    "@babel/preset-env": "^7.12.17",
    "@babel/preset-flow": "^7.12.13",
    "@react-native-async-storage/async-storage": "^1.15.2",
    "babel-jest": "^26.6.3",
    "flow-bin": "0.122.0",
    "jest": "^26.6.3",
    "react": "17.0.1",
    "react-native": "0.63.4",
    "react-native-keychain": "^6.2.0",
    "react-native-securerandom": "^1.0.0"
  }
}
