{
  "name": "react-native-cross-settings",
  "description": "React Native `Settings` module for both Android & iOS.",
  "version": "2.1.0",
  "license": "MIT",
  "main": "./index.js",
  "typings": "./index.d.ts",
  "keywords": [
    "react-native",
    "settings",
    "javascript",
    "typescript",
    "preferences",
    "prefs",
    "android",
    "ios"
  ],
  "scripts": {
    "test": "echo Ops!"
  },
  "homepage": "https://github.com/aMarCruz/react-native-cross-settings",
  "bugs": {
    "url": "https://github.com/aMarCruz/react-native-cross-settings/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aMarCruz/react-native-cross-settings.git"
  },
  "dependencies": {
    "invariant": "^2.2.3"
  },
  "peerDependencies": {
    "react-native": ">=0.57.0"
  }
}
