{
  "name": "@react-native-async-storage/async-storage",
  "version": "1.19.1",
  "description": "Asynchronous, persistent, key-value storage system for React Native.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "RNCAsyncStorage.podspec",
    "android/build.gradle",
    "android/src",
    "android/testresults.gradle",
    "ios/",
    "jest/",
    "lib/",
    "macos/",
    "src/",
    "windows/"
  ],
  "author": "Krzysztof Borowy <hello@krizzu.dev>",
  "contributors": [
    "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
    "Tommy Nguyen <4123478+tido64@users.noreply.github.com> (https://github.com/tido64)"
  ],
  "homepage": "https://github.com/react-native-async-storage/async-storage#readme",
  "license": "MIT",
  "keywords": [
    "react-native",
    "react native",
    "async storage",
    "asyncstorage",
    "storage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-async-storage/async-storage.git"
  },
  "scripts": {
    "format": "concurrently yarn:format:*",
    "format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
    "format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.md' '*.ts' '*.tsx' '*.yml')",
    "prepare": "bob build",
    "start": "react-native start",
    "start:android": "react-native run-android",
    "start:ios": "react-native run-ios",
    "start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample",
    "start:web": "expo start --web",
    "start:windows": "install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --no-telemetry",
    "build:e2e:android": "scripts/android_e2e.sh 'build'",
    "build:e2e:ios": "scripts/ios_e2e.sh 'build'",
    "build:e2e:macos": "scripts/macos_e2e.sh 'build'",
    "bundle:android": "scripts/android_e2e.sh 'bundle'",
    "bundle:ios": "scripts/ios_e2e.sh 'bundle'",
    "bundle:macos": "react-native bundle --entry-file index.ts --platform macos --bundle-output example/index.macos.jsbundle",
    "test": "concurrently -n lint,ts yarn:test:lint yarn:test:ts",
    "test:lint": "eslint src/**/*.ts example/**/*.ts jest/*.js",
    "test:ts": "tsc --project tsconfig.all.json",
    "test:e2e:android": "scripts/android_e2e.sh 'test'",
    "test:e2e:ios": "scripts/ios_e2e.sh 'test'",
    "test:e2e:macos": "scripts/macos_e2e.sh 'test'"
  },
  "dependencies": {
    "merge-options": "^3.0.4"
  },
  "peerDependencies": {
    "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@react-native-community/eslint-config": "^3.0.0",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "@types/lodash": "^4.14.184",
    "@types/react": "^18.0.0",
    "concurrently": "^6.4.0",
    "eslint": "^8.0.0",
    "expo": "^48.0.0",
    "jest": "^29.2.1",
    "jest-circus": "^29.2.1",
    "lodash": "^4.17.21",
    "prettier": "^2.5.1",
    "react": "18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "^0.71.0",
    "react-native-builder-bob": "^0.18.0",
    "react-native-codegen": "^0.71.5",
    "react-native-macos": "^0.71.0",
    "react-native-test-app": "^2.5.8",
    "react-native-web": "~0.18.10",
    "react-native-windows": "^0.71.0",
    "react-test-renderer": "18.2.0",
    "semantic-release": "^19.0.0",
    "typescript": "^4.9.4"
  },
  "packageManager": "yarn@3.4.1",
  "resolutions": {
    "@react-native-community/cli": "^10.2.5",
    "@react-native-community/cli-platform-android": "^10.2.0",
    "@react-native-community/cli-platform-ios": "^10.2.5",
    "body-parser/qs": "^6.7.3",
    "find-babel-config/json5": "^2.1.1",
    "metro-react-native-babel-preset": "^0.73.10",
    "metro-react-native-babel-transformer": "^0.73.10",
    "metro-runtime": "^0.73.10",
    "metro-source-map": "^0.73.10",
    "npm/chalk": "^4.1.2"
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "./example/jest.setup.js"
    ]
  },
  "eslintConfig": {
    "extends": [
      "@react-native-community",
      "plugin:jest/recommended"
    ],
    "rules": {
      "dot-notation": "off"
    }
  },
  "prettier": {
    "endOfLine": "auto",
    "singleQuote": true,
    "overrides": [
      {
        "files": "*.md",
        "options": {
          "proseWrap": "always"
        }
      }
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "rnasyncstorage",
    "type": "modules",
    "jsSrcsDir": "./src",
    "android": {
      "javaPackageName": "com.reactnativecommunity.asyncstorage"
    }
  }
}
