{
  "name": "react-native-mmkv-storage",
  "version": "0.10.2",
  "description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "bin": {
    "mmkv-link": "./autolink/postlink/run.js"
  },
  "keywords": [
    "react-native",
    "fast-storage",
    "react",
    "native",
    "asyncstorage",
    "async-storage",
    "mmkv-database",
    "mmkv-storage",
    "encrypted-storage",
    "encryption",
    "mmkv",
    "android",
    "ios",
    "key-value-storage",
    "database",
    "fast",
    "storage",
    "persist-storage",
    "secure-storage",
    "redux-persist-storage",
    "react-native-mmkv-storage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ammarahm-ed/react-native-mmkv-storage"
  },
  "author": "Ammar Ahmed for @ammarahm-ed",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@types/react": "18.0.28",
    "@types/react-native": "0.71.3",
    "babel-jest": "^26.6.3",
    "babel-plugin-module-resolver": "4.1.0",
    "jest": "27.4.7",
    "metro": "0.76.0",
    "metro-react-native-babel-preset": "0.76.0",
    "react": "18.2.0",
    "react-native": "0.71.4",
    "typescript": "4.9.5",
    "eslint": "^8.35.0",
    "@react-native-community/eslint-config": "^2.0.0"
  }
}
