{
  "name": "easy-social-auth",
  "version": "1.2.1",
  "description": "A flexible, standalone package for social authentication using Google, Facebook & Twitter",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "test": "jest"
  },
  "keywords": [
    "authentication",
    "google-auth",
    "facebook-auth",
    "oauth"
  ],
  "author": "Habeeb Ajide",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devjibs/easy-social-auth.git"
  },
  "bugs": {
    "url": "https://github.com/devjibs/easy-social-auth/issues"
  },
  "homepage": "https://github.com/devjibs/easy-social-auth#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "axios": "^1.7.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.10",
    "axios-mock-adapter": "^1.22.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.5",
    "typescript": "^5.5.3"
  },
  "files": [
    "dist"
  ]
}