@mguay/nestjs-better-auth
Version:
Better Auth for NestJS
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "@mguay/nestjs-better-auth",
"version": "1.0.4",
"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"
],
"type": "module",
"scripts": {
"build": "unbuild",
"prepack": "unbuild",
"lint": "biome lint",
"format": "biome format",
"check": "biome check"
},
"types": "dist/index.d.ts",
"main": "./dist/index.cjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@tsconfig/node22": "^22.0.2",
"@types/bun": "latest",
"@types/express": "^5.0.0",
"unbuild": "^3.6.1"
},
"peerDependencies": {
"@nestjs/common": "^11.0.10",
"@nestjs/core": "^11.0.10",
"better-auth": "^1.3.7",
"express": "^5.0.0",
"typescript": "^5"
},
"overrides": {
"better-call": "^1.0.15"
}
}