{
  "name": "@ibercore/next-auth",
  "version": "1.5.15",
  "description": "Next Auth Library multiple providers",
  "author": "IBERCORE LLC",
  "license": "MIT",
  "repository": "https://github.com/ibercore/next-auth",
  "main": "./index.js",
  "source": "src/index.tsx",
  "types": "./index.d.ts",
  "scripts": {
    "prebuild": "rm -rf node_modules dist package-lock.json && npm install",
    "build": "tsc && cp package.json dist/ && cp README.md dist/",
    "dev": "tsc-watch -p tsconfig.json"
  },
  "peerDependencies": {
    "next": "^13.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@panva/hkdf": "^1.0.2",
    "axios": "^1.2.4",
    "chalk": "^4.1.2",
    "cookies-next": "^2.1.1",
    "jose": "^4.11.2",
    "lodash": "^4.17.21",
    "nodemailer": "^6.9.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.2.6",
    "@types/lodash": "^4.14.191",
    "@types/node": "^18.11.18",
    "@types/nodemailer": "^6.4.7",
    "@types/react": "^18.0.27",
    "@types/react-dom": "^18.0.10",
    "tsc-watch": "^6.0.0",
    "typescript": "^4.9.4"
  }
}