mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
chore: add repository metadata
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"version": "1.4.2-beta.3",
|
||||
"description": "The most comprehensive authentication framework for TypeScript.",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/better-auth/better-auth",
|
||||
"directory": "packages/core"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"exports": {
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/better-auth/better-auth",
|
||||
"directory": "packages/scim"
|
||||
},
|
||||
"keywords": [
|
||||
"auth",
|
||||
"scim"
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
"version": "1.4.2-beta.3",
|
||||
"description": "Telemetry package for Better Auth",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/better-auth/better-auth",
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"main": "./dist/index.mjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user