{
  "name": "@microsoft/mgt-mock-provider",
  "version": "4.6.0",
  "description": "The Microsoft Graph Toolkit Mock Provider",
  "keywords": [
    "microsoft graph",
    "microsoft graph toolkit",
    "mgt",
    "mock",
    "fake",
    "stub"
  ],
  "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"
  },
  "publishConfig": {
    "directory": "dist"
  }
}
