{
  "name": "@azure/msal-react",
  "version": "5.4.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 React",
  "type": "module",
  "module": "dist/index.js",
  "types": "types/index.d.ts",
  "main": "lib/msal-react.cjs",
  "exports": {
    ".": {
      "import": {
        "types": "./types/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./types/index.d.cts",
        "default": "./lib/msal-react.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "types",
    "lib",
    "src"
  ],
  "engines": {
    "node": ">=20"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major"
    ]
  },
  "scripts": {
    "clean": "shx rm -rf dist types lib",
    "build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs && npm run build:types",
    "build:types": "tsc -p tsconfig.build.types.json",
    "build:modules:watch": "rollup -cw --bundleConfigAsCjs",
    "test": "jest --forceExit",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts --ext .tsx",
    "lint:fix": "npm run lint -- --fix",
    "build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-browser --workspace=@azure/msal-react",
    "prepack": "npm run build:all",
    "format:check": "prettier --ignore-path .gitignore --check src test",
    "format:fix": "prettier --ignore-path .gitignore --write src test",
    "apiExtractor": "api-extractor run"
  },
  "peerDependencies": {
    "@azure/msal-browser": "^5.11.0",
    "react": "^16.8.0 || ^17 || ^18 || ^19.2.1"
  },
  "devDependencies": {
    "@azure/msal-browser": "^5.11.0",
    "@microsoft/api-extractor": "^7.43.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@testing-library/jest-dom": "^5.11.5",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.5.1",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-junit": "^16.0.0",
    "msal-test-utils": "file:../../shared-test-utils",
    "prettier": "2.8.7",
    "react": "^19.2.1",
    "react-dom": "^19.2.1",
    "rollup": "^4.22.4",
    "ts-jest": "^29.1.0",
    "ts-jest-resolver": "^2.0.1",
    "tslib": "^2.0.0",
    "typescript": "^4.9.5"
  }
}
