{ "name": "next-auth-example", "version": "0.0.0", "private": true, "description": "An example project for NextAuth.js", "repository": "https://github.com/nextauthjs/next-auth-example.git", "bugs": { "url": "https://github.com/nextauthjs/next-auth/issues" }, "homepage": "https://next-auth-example.vercel.app", "main": "", "scripts": { "dev": "next", "build": "next build", "start": "next start", "types": "tsc --noEmit" }, "author": "Iain Collins ", "contributors": [ "Balázs Orbán ", "Nico Domino ", "Lluis Agusti " ], "license": "ISC", "dependencies": { "next": "12.1.7-canary.51", "next-auth": "latest", "nodemailer": "^6", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@types/node": "^17", "@types/react": "^18", "typescript": "^4" }, "prettier": { "semi": false } }