UNPKG

jg-react-native-apple-authentication

Version:

A complete Apple Authentication services API for React Native iOS apps.

43 lines (41 loc) 1.03 kB
{ "name": "jg-react-native-apple-authentication", "version": "2.1.2", "author": "Invertase <oss@invertase.io> (http://invertase.io)", "description": "A complete Apple Authentication services API for React Native iOS apps.", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/invertase/react-native-apple-authentication" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "apple", "iOS", "button", "firebase", "aws", "authentication", "ios", "apple auth", "apple authentication" ], "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", "@types/react": "16.9.56", "@types/react-native": "0.63.35", "genversion": "^2.2.1", "np": "^7.0.0", "prettier": "^2.1.2", "rimraf": "^3.0.2", "typedoc": "^0.19.2", "typedoc-plugin-markdown": "^3.0.11", "typescript": "^4.0.5" }, "publishConfig": { "access": "public" } }