@microsoft/mgt-teamsfx-provider
Version:
The Microsoft Graph Toolkit TeamsFx Provider
51 lines (50 loc) • 1.34 kB
JSON
{
"name": "@microsoft/mgt-teamsfx-provider",
"version": "4.6.0",
"description": "The Microsoft Graph Toolkit TeamsFx Provider",
"keywords": [
"microsoft graph",
"microsoft graph toolkit",
"mgt",
"msal",
"auth",
"msal 2.0",
"teamsfx",
"authentication"
],
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
"bugs": {
"url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoftgraph/microsoft-graph-toolkit.git"
},
"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": "eslint -c ../../../.eslintrc.js \"src/**/*.ts\"",
"postpack": "cpx *.tgz ../../../artifacts"
},
"sideEffects": false,
"dependencies": {
"@azure/core-auth": "^1.7.2",
"@microsoft/mgt-element": "4.6.0"
},
"publishConfig": {
"directory": "dist"
}
}