{
  "name": "mgwdev-m365-helpers",
  "version": "0.3.3",
  "description": "Helper library to communicate with M365 resources",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc && tsc --outDir lib-commonjs -module commonjs",
    "test:report": "jest --reporters=jest-junit --watch=false"
  },
  "keywords": [
    "SharePoint",
    "MSGraph"
  ],
  "author": "m.g.wojciechowski@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@azure/msal-node": "^1.10.0",
    "@microsoft/sp-http": "^1.15.0",
    "@types/chai": "^4.3.1",
    "@types/jest": "^28.1.3",
    "chai": "^4.3.6",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "jest-junit": "^16.0.0",
    "msal": "^1.4.16",
    "ts-jest": "^28.0.5",
    "typescript": "^4.7.4"
  },
  "jest": {
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    }
  },
  "jest-junit": {
    "outputDirectory": "./tests",
    "outputName": "TEST-mgwdev-m365-helpers.xml"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mgwojciech/mgwdev-m365-helpers.git"
  },
  "dependencies": {
    "@azure/msal-browser": "^5.9.0"
  }
}
