mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"name": "@auth/sequelize-adapter",
|
|
"version": "1.0.5",
|
|
"description": "Sequelize adapter for Auth.js",
|
|
"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",
|
|
"type": "module",
|
|
"types": "./index.d.ts",
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts*",
|
|
"src"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./index.js"
|
|
}
|
|
},
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"oauth",
|
|
"sequelize"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@auth/core": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"sequelize": "^6.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@auth/adapter-test": "workspace:*",
|
|
"@auth/tsconfig": "workspace:*",
|
|
"jest": "^27.4.3",
|
|
"sequelize": "^6.6.5"
|
|
},
|
|
"jest": {
|
|
"preset": "@auth/adapter-test/jest"
|
|
}
|
|
} |