mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
fix: add package keywords
This commit is contained in:
@@ -12,5 +12,11 @@ module.exports = {
|
||||
],
|
||||
options: { printWidth: 150 },
|
||||
},
|
||||
{
|
||||
files: ["**/*package.json"],
|
||||
options: {
|
||||
trailingComma: "none",
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,7 +1,18 @@
|
||||
{
|
||||
"name": "@auth/core",
|
||||
"version": "0.2.2",
|
||||
"description": "Authentication for the web.",
|
||||
"description": "Authentication for the Web.",
|
||||
"keywords": [
|
||||
"authentication",
|
||||
"authjs",
|
||||
"jwt",
|
||||
"oauth",
|
||||
"oidc",
|
||||
"passwordless",
|
||||
"standard",
|
||||
"vanilla",
|
||||
"webapi"
|
||||
],
|
||||
"homepage": "https://authjs.dev",
|
||||
"repository": "https://github.com/nextauthjs/next-auth.git",
|
||||
"author": "Balázs Orbán <info@balazsorban.com>",
|
||||
@@ -81,4 +92,4 @@
|
||||
"postcss": "8.4.19",
|
||||
"postcss-nested": "6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "@auth/sveltekit",
|
||||
"version": "0.1.9",
|
||||
"description": "Authentication for SvelteKit.",
|
||||
"keywords": [
|
||||
"authentication",
|
||||
"authjs",
|
||||
"jwt",
|
||||
"sveltekit",
|
||||
"oauth",
|
||||
"oidc",
|
||||
"passwordless",
|
||||
"svelte"
|
||||
],
|
||||
"homepage": "https://sveltekit.authjs.dev",
|
||||
"repository": "https://github.com/nextauthjs/next-auth.git",
|
||||
"author": "Thang Huu Vu <hi@thvu.dev>",
|
||||
@@ -59,4 +69,4 @@
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user