UNPKG

@microsoft/mgt-proxy-provider

Version:
51 lines (50 loc) 1.36 kB
{ "name": "@microsoft/mgt-proxy-provider", "version": "4.6.0", "description": "The Microsoft Graph Toolkit Proxy Provider", "keywords": [ "microsoft graph", "microsoft graph toolkit", "mgt", "auth", "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": [ "./dist/es6/index.js", "./src/index.ts" ], "dependencies": { "@microsoft/mgt-element": "4.6.0", "@microsoft/microsoft-graph-client": "3.0.2" }, "publishConfig": { "directory": "dist" } }