{ "name": "@next-auth/dynamodb-adapter", "repository": "https://github.com/nextauthjs/next-auth", "version": "1.0.5", "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/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:*" } }