fix: add package keywords

This commit is contained in:
Balázs Orbán
2022-12-24 04:32:10 +01:00
parent a3cc9cb5f8
commit 8c4f439279
3 changed files with 30 additions and 3 deletions

View File

@@ -12,5 +12,11 @@ module.exports = {
],
options: { printWidth: 150 },
},
{
files: ["**/*package.json"],
options: {
trailingComma: "none",
},
},
],
}

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}