UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

79 lines (78 loc) 1.74 kB
{ "name": "react-native-app-auth", "version": "6.2.0", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint ." }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ], "*.ts": [ "prettier --write", "git add" ] }, "files": [ "android", "ios", "index.d.ts", "react-native-app-auth.podspec" ], "repository": { "type": "git", "url": "git+https://github.com/FormidableLabs/react-native-app-auth.git" }, "bugs": { "url": "https://github.com/FormidableLabs/react-native-app-auth/issues" }, "homepage": "https://github.com/FormidableLabs/react-native-app-auth", "keywords": [ "react", "react-native", "auth", "authentication", "oauth", "oauth2", "appauth" ], "author": "kadi.kraman@formidable.com", "license": "MIT", "peerDependencies": { "react-native": ">=0.63.0" }, "devDependencies": { "babel-eslint": "10.0.3", "eslint": "6.8.0", "eslint-config-formidable": "4.0.0", "eslint-config-prettier": "6.9.0", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.19.1", "eslint-plugin-jest": "23.3.0", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-promise": "4.2.1", "husky": "4.0.1", "jest": "24.9.0", "lint-staged": "9.5.0", "prettier": "1.19.1", "react": "16.9.0", "react-native": "0.61.5" }, "dependencies": { "invariant": "2.2.4", "react-native-base64": "0.0.2" }, "jest": { "preset": "react-native" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }