{
  "name": "@bridgera-iot/microsoft-graph",
  "version": "1.5.4",
  "description": "Node middleware for Microsoft Graph API",
  "author": "Avirup Das <avirup.das@bridgera.com>",
  "homepage": "https://bitbucket.org/bridgera1/bridgera-iot-utils_node#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://avirup_das@bitbucket.org/bridgera1/bridgera-iot-utils_node.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "start": "tsc"
  },
  "dependencies": {
    "@types/qs": "^6.9.4",
    "axios": "^0.24.0",
    "lodash": "^4.17.21",
    "qs": "^6.9.4"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.178",
    "typescript": "^4.9.5"
  },
  "gitHead": "d09c89b2e8ecdfc345b8d580bc1e5b4d36068e25"
}
