{
  "name": "react-native-user-identity",
  "version": "1.5.2",
  "description": "Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Julian Ramírez <julianramirez@gmail.com>",
  "homepage": "https://github.com/juliandramirez/react-native-user-identity",
  "license": "Apache-2.0",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "react-native-user-identity",
    "ios",
    "apple",
    "android",
    "fetchUserRecordID",
    "CloudKit",
    "iCloud",
    "firebase",
    "recordID",
    "CKContainer",
    "recordName",
    "user",
    "id",
    "username",
    "userid",
    "sign in",
    "sign-in",
    "signin",
    "sign up",
    "sign-up",
    "signup",
    "login",
    "identity",
    "anonymous",
    "authentication",
    "auth",
    "AccountManager",
    "account",
    "intent",
    "newChooseAccountIntent",
    "KEY_ACCOUNT_NAME"
  ],
  "peerDependencies": {
    "react-native": ">=0.60.0",
    "react": ">=16.8.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/juliandramirez/react-native-user-identity.git"
  }
}
