azure-ad-auth-react-native
Version:
An React Native module implements Azure AD V2.0 authentication flow
66 lines (65 loc) • 1.85 kB
JSON
{
"name": "azure-ad-auth-react-native",
"version": "1.0.2",
"description": "An React Native module implements Azure AD V2.0 authentication flow",
"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": "git+https://github.com/thedarkhorseltd/Azure-AD-Auth-React-Native.git"
},
"author": "vmurin",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@types/jest": "^24.0.15",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"codecov": "^3.5.0",
"eslint": "^6.0.1",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-react": "^7.14.2",
"faker": "^4.1.0",
"fetch-mock": "^7.3.3",
"jest": "^24.8.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.4.5",
"@react-native-async-storage/async-storage": "^1.13.0",
"url": "^0.11.0"
},
"peerDependencies": {
"react": "^16.11.0 || ^17",
"react-native": ">=0.64.0 <1.0.x"
},
"bugs": {
"url": "https://github.com/thedarkhorseltd/Azure-AD-Auth-React-Native/issues"
},
"homepage": "https://github.com/thedarkhorseltd/Azure-AD-Auth-React-Native#readme",
"directories": {
"doc": "docs"
}
}