{
  "name": "@authxyz/local",
  "description": "A robust authentication library for express.js",
  "version": "2.0.5",
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "homepage": "http://github.com/kisshan13/authentic.js#readme",
  "bugs": "http://github.com/kisshan13/authentic.js/issues",
  "author": {
    "name": "Kishan Sharma",
    "email": "kisshan07@outlook.com",
    "url": "https://github.com/kisshan13"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kisshan13/authentic.js.git"
  },
  "engines": {
    "node": ">=17.8.0"
  },
  "scripts": {
    "dev": "tsc --watch",
    "clean": "rimraf ./dist",
    "build": "rimraf ./dist && tsc --incremental false"
  },
  "keywords": [
    "expressjs",
    "authentication",
    "jwt-authentication",
    "cookies",
    "sessions",
    "third-party-auth",
    "authjs",
    "authorization"
  ],
  "dependencies": {
    "@authxyz/core": "^2.0.5",
    "@authxyz/mail": "^1.0.4",
    "bcrypt": "^5.1.1",
    "cookie-parser": "^1.4.6",
    "ejs": "^3.1.9",
    "express": "^4.18.3",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.30.1",
    "mongoose": "^8.2.1",
    "node-cache": "^5.1.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/cookie-parser": "^1.4.7",
    "@types/ejs": "^3.1.5",
    "@types/express": "^4.17.21",
    "@types/jsonwebtoken": "^9.0.6",
    "@types/node": "^20.11.24",
    "@types/nodemailer": "^6.4.14",
    "nodemailer": "^6.9.12",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3"
  }
}
