{
  "name": "@qelos/auth",
  "version": "3.8.0",
  "description": "Express Passport authentication service",
  "keywords": [
    "express",
    "passport",
    "mongoose",
    "authentication service",
    "qelos"
  ],
  "scripts": {
    "build": "tsc -d",
    "prepublishOnly": "npm test && npm run build",
    "start": "node --use_strict dist/index.js",
    "dev": "npx tsx watch index.ts",
    "test": "jest"
  },
  "main": "dist/index.js",
  "author": "David Meir-Levy <davidmeirlevy@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@qelos/api-kit": "^3.8.0",
    "@qelos/cache-manager": "^3.8.0",
    "@qelos/global-types": "^3.8.0",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.5",
    "jsonwebtoken": "^9.0.0",
    "mongoose": "^8.6.1",
    "passport": "^0.3.2",
    "passport-local": "^1.0.0",
    "validator": "^7.0.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/bcryptjs": "^2.4.2",
    "@types/express": "^4.17.11",
    "@types/jest": "^27.5.2",
    "@types/jsonwebtoken": "^8.5.1",
    "@types/passport": "^1.0.6",
    "@types/passport-local": "^1.0.33",
    "@types/validator": "^13.1.3",
    "ts-jest": "^27.1.5",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "cb6281585059df8baa9b2ce388fb00577b2cf99b",
  "bundledDependencies": [
    "@qelos/api-kit",
    "@qelos/cache-manager",
    "@qelos/global-types",
    "bcryptjs",
    "cookie-parser",
    "jsonwebtoken",
    "mongoose",
    "passport",
    "passport-local",
    "validator"
  ]
}
