UNPKG

android-credential-manager

Version:

An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google

55 lines (54 loc) 1.69 kB
{ "name": "android-credential-manager", "version": "1.0.6", "description": "An expo module to access the new Android credential Manager. Supports username/password, Passkeys and Google Sign In. This module is built to use the suggested and latest way to sign in users through Google", "main": "src/index.ts", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "husky", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "credential-manager", "CredentialManager", "google-sign-in", "google", "android" ], "repository": "https://github.com/Guhan-SenSam/android-credential-manager", "bugs": { "url": "https://github.com/Guhan-SenSam/android-credential-manager/issues" }, "author": "Guhan Sensam <guhansensam@gmail.com> (https://github.com/Guhan-SenSam)", "license": "MIT", "homepage": "credentialmanager.guhansensam.com", "dependencies": { "expo-status-bar": "^2.0.1", "husky": "^9.1.7", "react-native-svg": "^15.11.2" }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@types/react": "~18.3.12", "commitlint": "^19.8.0", "expo": "~52.0.0", "expo-module-scripts": "^4.0.3", "prettier": "^3.5.3", "react-native": "0.76.0" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }