{
  "name": "bqb-msal-react-tester",
  "version": "0.0.6",
  "description": "A npm package to simplify testing react application using msal-react",
  "author": {
    "name": "Sébastien Pertus",
    "email": "spertus@microsoft.com",
    "url": "https://github.com/Mimetis"
  },
  "license": "MIT",
  "repository": "robertluedke/bqb-msal-react-tester",
  "main": "dist/index.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "peerDependencies": {
    "@azure/msal-react": "^1.4.4",
    "@testing-library/react": "^13.3.0"
  },
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^18.0.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "rollup": "^2.77.0",
    "rollup-plugin-sass": "^1.2.12",
    "rollup-plugin-typescript2": "^0.32.1",
    "typescript": "^4.7.4"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "msal-react",
    "@testing-library/react"
  ]
}