{
	"name": "@jacobbrds/nestjs-better-auth",
	"version": "1.0.3",
	"description": "Better Auth for NestJS",
	"author": "Thalles Passos",
	"license": "MIT",
	"repository": "https://github.com/thallesp/nestjs-better-auth",
	"keywords": ["nestjs", "better-auth", "auth", "nestjs-better-auth"],
	"scripts": {
		"build": "bunup src/index.ts --format esm,cjs --dts",
		"lint": "biome lint",
		"format": "biome format",
		"check": "biome check"
	},
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		}
	},
	"files": ["dist"],
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@tsconfig/node22": "^22.0.2",
		"@types/bun": "latest",
		"@types/express": "^5.0.0",
		"bunup": "^0.8.37"
	},
	"peerDependencies": {
		"typescript": "^5",
		"@nestjs/common": "^11.0.10",
		"@nestjs/core": "^11.0.10",
		"better-auth": "^1.2.8",
		"express": "^5.0.0"
	},
	"overrides": {
		"better-call": "^1.0.15"
	}
}
