@calvear/react-azure-msal-security
Version:
React library (MSAL wrapper) for Azure Active Directory authentication.
68 lines (67 loc) • 2.18 kB
JSON
{
"version": "2.1.2",
"name": "@calvear/react-azure-msal-security",
"title": "React Azure MSAL Security",
"description": "React library (MSAL wrapper) for Azure Active Directory authentication.",
"author": "Alvear Candia, Cristopher Alejandro <calvear93@gmail.com>",
"license": "MIT",
"private": false,
"repository": "https://github.com/calvear93/react-azure-msal-security",
"main": "dist/index.js",
"files": [
"dist"
],
"keywords": [
"react",
"authentication",
"authorization",
"spa",
"jwt",
"msal",
"microsoft",
"active-directory",
"aad"
],
"engines": {
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
"axios": "^0.21.1",
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
},
"dependencies": {
"msal": "^1.4.11"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/eslint-parser": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsdoc": "^34.8.2",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3"
},
"scripts": {
"build": "npx babel src --out-dir dist --copy-files --source-maps",
"upload": "npm run build && npm login && npm publish --access public",
"upload:beta": "npm run build && npm login && npm publish --access public --tag beta",
"upload:alpha": "npm run build && npm login && npm publish --access public --tag alpha",
"eslint:analyze": "eslint --ext .js,.jsx src/",
"eslint:fix": "eslint --fix --ext .js,.jsx src/",
"test": "test --watchAll=false --verbose",
"_packages:update": "npm update --save/--save-dev",
"_packages:force-update": "npx npm-check-updates -u",
"_git:case-sensitive": "git config core.ignorecase false",
"prebuild": "rimraf dist/**"
}
}