pi-msal-auth-lib
Version:
MSAL authentication library for React applications
38 lines (37 loc) • 981 B
JSON
{
"name": "pi-msal-auth-lib",
"version": "1.0.9",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"prepare": "npm run build",
"clean": "rmdir /s /q node_modules dist && del package-lock.json"
},
"keywords": [
"msal",
"auth",
"react",
"azure-ad"
],
"author": "",
"license": "ISC",
"description": "MSAL authentication library for React applications",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@azure/msal-browser": "^4.0.0",
"@azure/msal-react": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/cli": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@azure/msal-browser": "^4.7.0",
"@azure/msal-react": "^3.0.6"
}
}