Skip to content

Commit ebfa9c5

Browse files
chore: add metadata fields to package.json (#864)
1 parent de1dca6 commit ebfa9c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "0.8.2",
44
"license": "MIT",
55
"type": "module",
6+
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",
7+
"homepage": "https://auth.sidebase.io",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/sidebase/nuxt-auth"
11+
},
612
"engines": {
713
"pnpm": ">=9.4.0",
814
"node": ">=22.3.0"

0 commit comments

Comments
 (0)