UNPKG

@mattbillfred/mgt-msal2-provider

Version:
54 lines (53 loc) 1.5 kB
{ "name": "@mattbillfred/mgt-msal2-provider", "version": "3.1.3-next.mgt-chat.a661926e2", "description": "The Microsoft Graph Toolkit Msal 2.0 Provider", "keywords": [ "microsoft graph", "microsoft graph toolkit", "mgt", "msal", "auth", "msal 2.0", "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": "eslint -c ../../../.eslintrc.js 'src/**/*.ts'", "postpack": "cpx *.tgz ../../../artifacts" }, "sideEffects": [ "./dist/es6/index.js", "./src/index.ts" ], "dependencies": { "@azure/msal-browser": "^2.22.0", "@microsoft/mgt-element": "npm:@mattbillfred/mgt-element@3.1.3-next.mgt-chat.a661926e2", "@microsoft/microsoft-graph-client": "3.0.2" }, "publishConfig": { "directory": "dist" } }