{
  "name": "@microsoft/mgt-element",
  "version": "4.6.0",
  "description": "Microsoft Graph Toolkit base classes",
  "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 setVersion && 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",
    "setVersion": "node ./scripts/setVersion.js"
  },
  "sideEffects": false,
  "dependencies": {
    "@lit/task": "^1.0.0",
    "@microsoft/microsoft-graph-client": "3.0.2",
    "idb": "8.0.0",
    "lit": "^3.1.2"
  },
  "publishConfig": {
    "directory": "dist"
  }
}
