{
  "name": "goobs-next-auth",
  "version": "0.1.1",
  "type": "module",
  "license": "MIT",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "import": "./src/index.ts",
      "require": "./src/index.ts"
    }
  },
  "scripts": {
    "dev": "next dev",
    "format": "prettier --write .",
    "lint:format": "prettier --write .",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.5",
    "@mui/material": "^5.15.20",
    "@mui/material-nextjs": "^5.15.11",
    "@types/mongodb": "^4.0.7",
    "@types/nodemailer": "^6.4.15",
    "@vercel/analytics": "^1.3.1",
    "jotai": "^2.8.3",
    "mongodb": "^6.8.0",
    "next": "^14.2.4",
    "nodemailer": "^6.9.14",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "twilio": "^5.2.0",
    "goobs-repo": "^0.7.50"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^14.2.4",
    "@types/async-lock": "^1.4.2",
    "@types/node": "^20.14.8",
    "@types/react": "18.3.0",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.14.1",
    "@typescript-eslint/parser": "^7.14.1",
    "eslint": "8.57.0",
    "eslint-config-next": "^14.2.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "3.3.2",
    "typescript": "^5.5.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/goobz22/goobs-next-auth.git"
  },
  "bugs": {
    "url": "https://github.com/goobz22/goobs-next-auth/issues"
  },
  "homepage": "https://github.com/goobz22/goobs-next-auth#readme",
  "files": [
    "src"
  ],
  "keywords": [
    "next",
    "auth",
    "login",
    "signup",
    "signin",
    "signout",
    "logout",
    "authentication",
    "authorization",
    "token",
    "verification",
    "userregistration",
    "usermanagement",
    "user",
    "forgot-password"
  ]
}
