@lygos/nestjs-better-auth
Version:
Better Auth for NestJS
42 lines • 927 B
JSON
{
"name": "@lygos/nestjs-better-auth",
"version": "2.0.3",
"description": "Better Auth for NestJS",
"author": "Thalles Passos, benny <benny@lygos.com>",
"license": "MIT",
"repository": "https://github.com/LygosLabs/nestjs-better-auth",
"keywords": [
"nestjs",
"better-auth",
"auth",
"nestjs-better-auth"
],
"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/express": "^5.0.0"
},
"peerDependencies": {
"@nestjs/common": "^11.0.10",
"@nestjs/core": "^11.0.10",
"better-auth": "^1.2.8",
"express": "^5.0.0",
"typescript": "^5"
},
"scripts": {
"build": "tsc",
"lint": "biome lint",
"format": "biome format",
"check": "biome check"
}
}