{
  "name": "react-native-modest-storage",
  "version": "2.1.0",
  "description": "A modest wrapper around the AsyncStorage API",
  "license": "MIT",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/tiaanduplessis/react-native-modest-storage.git"
  },
  "homepage": "https://github.com/tiaanduplessis/react-native-modest-storage",
  "bugs": "https://github.com/tiaanduplessis/react-native-modest-storage/issues",
  "author": "Tiaan du Plessis",
  "scripts": {
    "lint": "standard --fix",
    "test": "jest",
    "coverage": "jest --coverage",
    "docs": "documentation readme src/index.js --section=API"
  },
  "keywords": [
    "asyncstorage",
    "wrapper",
    "persist",
    "react-native",
    "react-native-modest-storage"
  ],
  "devDependencies": {
    "babel-jest": "^24.5.0",
    "documentation": "^9.3.1",
    "jest": "^24.5.0",
    "metro-react-native-babel-preset": "^0.53.1",
    "react-native": "^0.59.2",
    "standard": "^12.0.1"
  },
  "jest": {
    "setupFiles": [
      "./jest/setup.js"
    ]
  },
  "standard": {
    "env": {
      "jest": true
    }
  }
}
