mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@next-auth/dynamodb-adapter",
|
|
"repository": "https://github.com/nextauthjs/next-auth",
|
|
"version": "1.2.0",
|
|
"description": "AWS DynamoDB adapter for next-auth.",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"oauth",
|
|
"dynamodb"
|
|
],
|
|
"homepage": "https://authjs.dev",
|
|
"bugs": {
|
|
"url": "https://github.com/nextauthjs/next-auth/issues"
|
|
},
|
|
"main": "dist/index.js",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test:default": "jest",
|
|
"test:custom": "CUSTOM_MODEL=1 jest",
|
|
"test": "pnpm test:default && pnpm test:custom",
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"author": "Pol Marnette",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-dynamodb": "^3.36.1",
|
|
"@aws-sdk/lib-dynamodb": "^3.36.1",
|
|
"next-auth": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-dynamodb": "^3.36.1",
|
|
"@aws-sdk/lib-dynamodb": "^3.36.1",
|
|
"@next-auth/adapter-test": "workspace:*",
|
|
"@next-auth/tsconfig": "workspace:*",
|
|
"@shelf/jest-dynamodb": "^2.1.0",
|
|
"jest": "^27.4.3",
|
|
"next-auth": "workspace:*"
|
|
}
|
|
} |