{
  "name": "@foal/social",
  "version": "5.2.1",
  "description": "Social authentication for FoalTS",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "rimraf lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"",
    "dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"",
    "build": "rimraf lib && tsc -p tsconfig-build.json",
    "prepublish": "npm run build"
  },
  "funding": {
    "url": "https://github.com/sponsors/LoicPoullain"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "FoalTS",
    "foal",
    "social",
    "authentication",
    "auth",
    "authorization",
    "oauth",
    "oauth2",
    "passport",
    "openid",
    "google",
    "facebook",
    "twitter",
    "github",
    "linkedin"
  ],
  "bugs": {
    "url": "https://github.com/FoalTS/foal/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FoalTS/foal"
  },
  "homepage": "https://github.com/FoalTS",
  "contributors": [
    "Loïc Poullain"
  ],
  "license": "MIT",
  "files": [
    "lib/"
  ],
  "dependencies": {
    "@foal/core": "^5.2.1"
  },
  "devDependencies": {
    "@types/mocha": "10.0.10",
    "@types/node": "24.10.0",
    "jsonwebtoken": "~9.0.2",
    "mocha": "~11.7.5",
    "rimraf": "~6.1.0",
    "ts-node": "~10.9.2",
    "typescript": "~5.5.4"
  },
  "gitHead": "38e770333449bee345293309b47f59dba3bc2b8c"
}
