@alore/auth-react-native-sdk
Version:
React Native SDK for Alore Auth
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@alore/auth-react-native-sdk",
"version": "1.0.3-alpha",
"repository": {
"type": "git",
"url": "git+https://github.com/0xCarbon/alore-auth-react-native.git"
},
"description": "React Native SDK for Alore Auth",
"main": "./src/index.ts",
"author": "Alore",
"license": "LGPL-2.1-only",
"dependencies": {
"base64url": "3.0.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-argon2": "2.0.1",
"react-native-base64": "0.2.1",
"react-native-passkey": "3.1.0"
},
"devDependencies": {
"@types/node": "20.14.1",
"@types/react": "18.2.79",
"@types/react-native-base64": "0.2.2",
"typescript": "5.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"auth",
"laas",
"waas",
"login",
"alore"
],
"bugs": {
"url": "https://github.com/0xCarbon/alore-auth-react-native/issues"
},
"homepage": "https://github.com/0xCarbon/alore-auth-react-native#readme"
}