@buiducnhat/nest-better-auth
Version:
NestJs Better Auth package, work with express and fastify
74 lines • 2.05 kB
JSON
{
"name": "@buiducnhat/nest-better-auth",
"version": "1.1.0",
"description": "NestJs Better Auth package, work with express and fastify",
"keywords": [
"nest",
"nestjs",
"better-auth",
"auth",
"nestjs-better-auth",
"express",
"fastify"
],
"author": "buiducnhat <nhaths4701@gmail.com> (https://github.com/buiducnhat)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/buiducnhat/nest-better-auth"
},
"bugs": {
"url": "https://github.com/buiducnhat/nest-better-auth/issues"
},
"homepage": "https://github.com/buiducnhat/nest-better-auth#readme",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"peerDependencies": {
"@nestjs/common": "^11.1.6",
"@nestjs/core": "^11.1.6",
"better-auth": "^1.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@nestjs/common": "^11.1.6",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.6",
"@nestjs/platform-express": "^11.1.6",
"@nestjs/platform-fastify": "^11.1.6",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/express": "^5.0.3",
"better-auth": "^1.3.6",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"express": "^5.1.0",
"fastify": "^5.5.0",
"globals": "^16.0.0",
"jest": "^30.0.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.0",
"tsx": "^4.20.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "rimraf dist && tsup src/index.ts --dts --format esm,cjs --sourcemap --clean",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"format": "prettier --write \"src/**/*.{ts,js,json,md}\""
}
}