{
  "name": "@react-native-community/async-storage-backend-legacy",
  "version": "2.0.0-rc.0",
  "main": "build/index.js",
  "types": "types/index.d.ts",
  "author": "ReactNative Community",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "babel src --root-mode upward --out-dir build/ --extensions .ts --ignore build/**/* --ignore types/**/* --source-maps inline",
    "clean": "rm build -rf",
    "prepublish": "yarn clean && yarn build",
    "test:types": "tsc",
    "test:lint": "eslint ./**/*.ts"
  },
  "dependencies": {
    "@react-native-community/async-storage": "^2.0.0-rc.0"
  },
  "peerDependencies": {
    "react": "^16.0",
    "react-native": ">=0.58"
  },
  "devDependencies": {
    "react": "^16.0",
    "react-native": ">=0.58"
  },
  "gitHead": "a5bf325a390f4eaadeb1a0fbfb31d629decd83df"
}
