{
  "name": "third-auth",
  "version": "1.7.0",
  "description": "NPM server-side third party authentication library for sign in with apple, sign in with google, sign in with X (twitter) and sign in with LinkedIn in typescript",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "scripts": {
    "build": "tsc",
    "test:unit": "jest --config ./test/jest-unit.json --detectOpenHandles  --forceExit"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  },
  "keywords": [
    "third-auth",
    "auth",
    "openid",
    "authentication",
    "sign-in-with-apple",
    "sign-in-with-google",
    "sign-in-with-twitter",
    "sign-in-with-x",
    "sign-in-with-linkedin",
    "server-side-authentication"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/qs": "^6.9.15",
    "google-auth-library": "^9.13.0",
    "jose": "^4.15.9",
    "qs": "^6.13.0",
    "axios": "^1.2.0"
  },
  "peerDependencies": {
    "axios": "^1.2.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^22.1.0",
    "dotenv": "^16.4.5",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "ts-jest": "^29.2.4",
    "typescript": "^5.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/behrad-kzm/third-auth"
  }
}
