{
  "name": "mail-passify",
  "version": "3.0.0",
  "description": "Custom email and password authentication with two-step verification via SendGrid.",
  "main": "index.mjs",
  "type": "module",
  "scripts": {
    "init": "npm run generate-config",
    "generate-config": "./stubs/config-generator.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Capta1nRaj/mail-passify.git"
  },
  "author": "Priyal \"Capta1n\" Raj",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Capta1nRaj/mail-passify/issues"
  },
  "homepage": "https://github.com/Capta1nRaj/mail-passify#readme",
  "dependencies": {
    "@sendgrid/mail": "^7.7.0",
    "connect2mongodb": "^0.4.1",
    "crypto-random-string": "^5.0.0",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "external-ip": "^2.3.1",
    "mongoose": "^7.6.2",
    "nodemon": "^3.0.1",
    "randomstring": "^1.3.0"
  },
  "keywords": [
    "express",
    "mongodb",
    "mognoose",
    "mongo",
    "dotenv",
    "database",
    "db",
    "react",
    "nodejs",
    "oauth",
    "jwt",
    "authentication",
    "nextjs",
    "backend",
    "nextauth",
    "mail-passify"
  ],
  "bin": {
    "generating-config-json-file": "./stubs/config-generator.mjs"
  }
}
