mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
move keyword to better-auth
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"type": "module",
|
||||
"version": "0.0.2-beta.8",
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
|
||||
"scripts": {
|
||||
"build": "turbo --filter \"./packages/*\" build",
|
||||
"build:docs": "turbo --filter \"./docs\" build",
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
"url": "https://github.com/better-auth/better-auth",
|
||||
"directory": "packages/better-auth"
|
||||
},
|
||||
"keywords": [
|
||||
"auth",
|
||||
"oauth",
|
||||
"oidc",
|
||||
"2fa",
|
||||
"social",
|
||||
"security",
|
||||
"typescript",
|
||||
"nextjs"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "unbuild --clean",
|
||||
"dev": "concurrently \"unbuild --watch\" \"npm run dev:types\"",
|
||||
@@ -638,4 +648,4 @@
|
||||
"files": [
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user