{
  "name": "@ahextechnology/social-handles",
  "version": "1.0.2",
  "description": "This project sets up various authentication strategies using Passport.js with support for Google, Facebook, Twitter, GitHub, and LinkedIn OAuth.",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Maneesha7390/Social-handles.git"
  },
  "keywords": [
    "github",
    "Gmail",
    "Twitter",
    "Facebook",
    "LinkedIn"
  ],
  "author": "Maneesha Padavala",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Maneesha7390/Social-handles/issues"
  },
  "homepage": "https://github.com/Maneesha7390/Social-handles#readme",
  "dependencies": {
    "axios": "^1.7.2",
    "dotenv": "^16.4.5",
    "passport": "^0.7.0",
    "passport-facebook": "^3.0.0",
    "passport-github2": "^0.1.12",
    "passport-google-oauth20": "^2.0.0",
    "passport-oauth2": "^1.8.0",
    "passport-twitter": "^1.0.4"
  }
}
