{
  "name": "@azure/msal-angular",
  "version": "5.2.2",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "description": "Microsoft Authentication Library for Angular",
  "typings": "index.d.ts",
  "beachball": {
    "disallowedChangeTypes": [
      "major"
    ]
  },
  "peerDependencies": {
    "@azure/msal-browser": "^5.9.0",
    "rxjs": "^7.0.0"
  },
  "module": "fesm2022/azure-msal-angular.mjs",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/azure-msal-angular.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}