mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* clean up `package.json` files * chore(ts): make sure `next-auth/next` does not conflict with `next` * simplify `turbo.json` * fix: apply suggestion * simplify doc dev command * ignore upstash redis again * ignore mikro orm for now * chore: dev command * update lock file * update css path for dev only * Update apps/dev/package.json Co-authored-by: Thang Vu <thvu@hey.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@next-auth/dynamodb-adapter",
|
|
"repository": "https://github.com/nextauthjs/next-auth",
|
|
"version": "1.0.4",
|
|
"description": "AWS DynamoDB adapter for next-auth.",
|
|
"keywords": [
|
|
"next-auth",
|
|
"next.js",
|
|
"oauth",
|
|
"dynamodb"
|
|
],
|
|
"homepage": "https://next-auth.js.org",
|
|
"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:*"
|
|
}
|
|
} |