We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7589d79 commit 9b4d548Copy full SHA for 9b4d548
packages/payload-authjs/package.json
@@ -3,8 +3,16 @@
3
"version": "0.8.2",
4
"type": "module",
5
"description": "A Payload CMS 3 plugin for Auth.js 5",
6
- "repository": "git@github.com:CrawlerCode/payload-authjs.git",
7
- "author": "crawlercode@outlook.de",
+ "repository": {
+ "type": "git",
8
+ "url": "https://github.com/CrawlerCode/payload-authjs.git",
9
+ "directory": "packages/payload-authjs"
10
+ },
11
+ "author": {
12
+ "name": "CrawlerCode",
13
+ "email": "crawlercode@outlook.de",
14
+ "url": "https://github.com/CrawlerCode"
15
16
"license": "MIT",
17
"main": "dist/index.js",
18
"types": "dist/index.d.ts",
0 commit comments