{
  "name": "graph-interface",
  "version": "1.0.2",
  "description": "An package with the focus on making easy the first contact with MS Graph API",
  "main": "lib/index.js",
  "repository": "https://github.com/Giancarl021/graph-interface.git",
  "author": "Giancarlo Fontela da Luz <gian.f.luz@hotmail.com>",
  "license": "MIT",
  "private": false,
  "files": [ "lib/**/*" ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "axios": "^1.7.5",
    "callback-chunk": "^0.1.2",
    "fill-object": "^0.1.3",
    "is-absolute-url": "^4.0.1"
  },
  "devDependencies": {
    "@types/node": "^22.5.1",
    "typescript": "^5.5.4"
  },
  "keywords": [
    "Azure AD",
    "Microsoft Graph API",
    "Graph API",
    "Microsoft Authentication"
  ]
}
