{
  "name": "@microsoft/mgt-teams-provider",
  "version": "2.11.2",
  "description": "The Microsoft Graph Toolkit Teams Provider",
  "keywords": [
    "microsoft graph",
    "microsoft graph toolkit",
    "microsoft teams",
    "teams",
    "mgt",
    "msal",
    "auth",
    "authentication"
  ],
  "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
  "bugs": {
    "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
  },
  "author": "Microsoft",
  "license": "MIT",
  "main": "./dist/es6/index.js",
  "types": "./dist/es6/index.d.ts",
  "module": "./dist/es6/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:compile",
    "build:compile": "npm run compile",
    "build:watch": "npm run compile:watch",
    "clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo",
    "compile": "tsc -b",
    "compile:watch": "tsc -w",
    "lint": "tslint -c ../../../tslint.json 'src/**/*.ts'",
    "postpack": "cpx *.tgz ../../../artifacts"
  },
  "dependencies": {
    "@microsoft/mgt-element": "2.11.2",
    "@microsoft/mgt-msal-provider": "2.11.2",
    "@microsoft/microsoft-graph-client": "^2.2.1",
    "msal": "^1.4.10"
  },
  "publishConfig": {
    "directory": "dist"
  }
}
