mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
46 lines
969 B
JSON
46 lines
969 B
JSON
{
|
|
"name": "@next-auth/sequelize-adapter",
|
|
"version": "1.0.7",
|
|
"description": "Sequelize adapter for next-auth.",
|
|
"homepage": "https://authjs.dev",
|
|
"repository": "https://github.com/nextauthjs/next-auth",
|
|
"bugs": {
|
|
"url": "https://github.com/nextauthjs/next-auth/issues"
|
|
},
|
|
"author": "github.com/luke-j",
|
|
"main": "dist/index.js",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"oauth",
|
|
"sequelize"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test:wip": "jest",
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"next-auth": "^4",
|
|
"sequelize": "^6.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@next-auth/adapter-test": "workspace:*",
|
|
"@next-auth/tsconfig": "workspace:*",
|
|
"jest": "^27.4.3",
|
|
"next-auth": "workspace:*",
|
|
"sequelize": "^6.6.5"
|
|
},
|
|
"jest": {
|
|
"preset": "@next-auth/adapter-test/jest"
|
|
}
|
|
}
|