diff --git a/packages/core/package.json b/packages/core/package.json index d20e37490d..f0bc69dd58 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -14,7 +14,11 @@ "webapi" ], "homepage": "https://authjs.dev", - "repository": "https://github.com/nextauthjs/next-auth.git", + "repository": { + "type": "git", + "url": "git+https://github.com/nextauthjs/next-auth.git", + "directory": "packages/core" + }, "author": "Balázs Orbán ", "contributors": [ "Balázs Orbán ", @@ -110,5 +114,8 @@ "postcss-nesting": "^12.1.5", "typedoc": "^0.25.12", "typedoc-plugin-markdown": "4.0.0-next.53" + }, + "bugs": { + "url": "https://github.com/nextauthjs/next-auth/issues" } } diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index 21a960e480..1ab5c28644 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -3,7 +3,11 @@ "version": "5.0.0-beta.31", "description": "Authentication for Next.js", "homepage": "https://nextjs.authjs.dev", - "repository": "https://github.com/nextauthjs/next-auth.git", + "repository": { + "type": "git", + "url": "git+https://github.com/nextauthjs/next-auth.git", + "directory": "packages/next-auth" + }, "author": "Balázs Orbán ", "contributors": [ "Iain Collins ", @@ -112,5 +116,8 @@ "next": "15.5.18", "nodemailer": "^8.0.5", "react": "^18.2.0" + }, + "bugs": { + "url": "https://github.com/nextauthjs/next-auth/issues" } }