UNPKG

react-native-azure-auth-encrypted

Version:

Azure AD authentication in React Native using encrypted storage

70 lines (69 loc) 2.16 kB
{ "name": "react-native-azure-auth-encrypted", "version": "1.0.4", "description": "Azure AD authentication in React Native using encrypted storage", "main": "src/index.js", "types": "types/index.d.ts", "scripts": { "test": "jest", "test:ci": "jest --coverage && codecov -t ${CODECOV_TOKEN}", "jsdoc:generate": "jsdoc --configure .jsdoc.json --verbose", "release:clean": "node scripts/cleanup.js", "preversion": "jest && node scripts/prepare.js", "version": "node scripts/jsdocs.js", "postversion": "npm run release:clean" }, "keywords": [ "azure", "azureAD", "authentication", "active directory", "react-native", "oauth", "oauth2" ], "repository": { "url": "https://github.com/OlafurEinar/react-native-azure-auth-encrypted.git", "baseUrl": "https://github.com/OlafurEinar/react-native-azure-auth-encrypted" }, "author": { "name": "olieinar", "email": "olieinar@hotmail.com" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.24.7", "@babel/eslint-parser": "^7.24.7", "@eslint/config-array": "^0.16.0", "@eslint/object-schema": "^2.1.4", "@types/jest": "^24.0.15", "babel-jest": "^29.7.0", "codecov": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-react": "^7.34.2", "faker": "^4.1.0", "fetch-mock": "^7.3.3", "jest": "^29.7.0", "jetifier": "^1.6.6", "jsdoc": "^3.6.2", "jsdoc-to-markdown": "^5.0.0", "metro-react-native-babel-preset": "^0.54.1", "minami": "^1.2.3", "prop-types": "^15.7.2" }, "dependencies": { "@babel/runtime": "^7.24.7", "@react-native-async-storage/async-storage": "^1.23.1", "base-64": "^1.0.0", "js-base64": "^3.7.7", "jwt-decode": "^4.0.0", "react-native-keychain": "^10.0.0", "url": "^0.11.3" }, "peerDependencies": { "react": "^16.11.0 || ^17 || ^18 || ^19", "react-native": ">=0.64.0 <1.0.x" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }