{
  "name": "react-native-mmkv-storage",
  "version": "12.0.1",
  "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"
  },
  "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.26.0",
    "@babel/runtime": "^7.26.0",
    "@types/react": "^19.0.0",
    "@types/react-native": "0.73.0",
    "@react-native-community/cli": "18.0.0",
    "@react-native/babel-preset": "0.79.5",
    "@react-native/eslint-config": "0.79.5",
    "@react-native/metro-config": "0.79.5",
    "@react-native/typescript-config": "0.79.5",
    "metro": "0.82.0",
    "jest": "^29.2.1",
    "react": "19.0.0",
    "react-native": "0.79.5",
    "typescript": "^5.1.6",
    "eslint": "^8.57.1",
    "@react-native-community/eslint-config": "^3.2.0"
  },
  "codegenConfig": {
    "name": "MMKVStorageSpec",
    "type": "modules",
    "jsSrcsDir": "./",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.ammarahmed.mmkv"
    },
    "includesGeneratedCode": true
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
