{
  "name": "azure-ad-auth-kit",
  "version": "2.0.1",
  "description": "Microsoft Azure AD Auth Kit (OAuth2 login, no config)",
  "main": "lib/azureAdAuth.js",
  "scripts": {
    "prepare": "node postinstall.js",
    "postinstall": "node postinstall.js"
  },
  "files": [
    "lib",
    "sample",
    "README.md",
    "postinstall.js"
  ],
  "dependencies": {
    "express": "^4.18.2",
    "axios": "^1.6.0",
    "cors": "^2.8.5",
    "jsonwebtoken": "^9.0.2"
  },
  "keywords": [
    "azure",
    "oauth2",
    "sso",
    "active-directory",
    "auth"
  ],
  "author": "Awais Aslam",
  "license": "MIT"
}