@microsoft/mgt
Version:
The Microsoft Graph Toolkit
56 lines (55 loc) • 1.61 kB
JSON
{
"name": "@microsoft/mgt",
"version": "4.6.0",
"description": "The Microsoft Graph Toolkit",
"keywords": [
"microsoft graph",
"web components",
"msal"
],
"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",
"unpkg": "./dist/bundle/mgt.js",
"files": [
"dist",
"src"
],
"scripts": {
"build": "npm-run-all clean build:compile build:bundle",
"build:bundle": "npm run rollup",
"build:compile": "npm-run-all compile",
"build:watch": "npm-run-all -p 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",
"rollup": "rollup -c"
},
"sideEffects": false,
"dependencies": {
"@microsoft/mgt-components": "4.6.0",
"@microsoft/mgt-element": "4.6.0",
"@microsoft/mgt-mock-provider": "4.6.0",
"@microsoft/mgt-msal2-provider": "4.6.0",
"@microsoft/mgt-proxy-provider": "4.6.0",
"@microsoft/mgt-sharepoint-provider": "4.6.0"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.8.0"
},
"publishConfig": {
"directory": "dist"
}
}