{
	"name": "@agentuity/auth",
	"version": "2.0.27",
	"type": "module",
	"description": "Authentication for Agentuity projects using Agentuity Auth",
	"repository": {
		"type": "git",
		"url": "https://github.com/agentuity/sdk.git",
		"directory": "packages/auth"
	},
	"license": "Apache-2.0",
	"files": [
		"dist",
		"README.md"
	],
	"exports": {
		".": "./dist/index.js",
		"./react": "./dist/agentuity/react.js",
		"./types": "./dist/agentuity/types.js",
		"./schema": "./dist/schema.js"
	},
	"typesVersions": {
		"*": {
			".": [
				"./dist/index.d.ts"
			],
			"react": [
				"./dist/agentuity/react.d.ts"
			],
			"types": [
				"./dist/agentuity/types.d.ts"
			],
			"schema": [
				"./dist/schema.d.ts"
			]
		}
	},
	"scripts": {
		"build": "tsc --build",
		"clean": "rm -rf dist tsconfig.tsbuildinfo",
		"typecheck": "tsc --noEmit"
	},
	"dependencies": {
		"@agentuity/drizzle": "2.0.27",
		"@better-auth/api-key": "1.5.2",
		"better-auth": "1.5.2",
		"@agentuity/core": "2.0.27"
	},
	"peerDependencies": {
		"react": "^18.0.0 || ^19.0.0",
		"@agentuity/react": "2.0.27",
		"@opentelemetry/api": "^1.9.0",
		"hono": "^4.0.0",
		"drizzle-orm": ">=0.44.0"
	},
	"peerDependenciesMeta": {
		"@agentuity/react": {
			"optional": true
		},
		"react": {
			"optional": true
		},
		"hono": {
			"optional": true
		},
		"drizzle-orm": {
			"optional": true
		}
	},
	"devDependencies": {
		"@agentuity/react": "2.0.27",
		"@agentuity/test-utils": "2.0.27",
		"@opentelemetry/api": "^1.9.0",
		"@types/react": "^18.3.18",
		"drizzle-kit": "^0.31.8",
		"drizzle-orm": "^0.44.2",
		"hono": "^4.6.14",
		"react": "^18.3.1",
		"typescript": "^5.8.3"
	}
}
