@hedystia/better-auth-typeorm
Version:
<div align="center"> <p> <strong>📦 @hedystia/better-auth-typeorm</strong> </p>
67 lines (66 loc) • 1.64 kB
JSON
{
"name": "@hedystia/better-auth-typeorm",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "git+https://github.com/Zastinian/better-auth-typeorm.git"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@swc/core": "^1.11.21",
"@types/bun": "^1.2.10",
"tsup": "^8.3.5",
"typescript": "^5.8.3"
},
"dependencies": {
"better-auth": "^1.3.7",
"typeorm": "^0.3.22"
},
"peerDependencies": {
"better-auth": "^1.3.0",
"typeorm": "^0.3.21"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./entities": {
"import": "./dist/entities/index.js",
"require": "./dist/entities/index.cjs",
"types": "./dist/entities/index.d.ts"
},
"./migrations": {
"import": "./dist/migrations/index.js",
"require": "./dist/migrations/index.cjs",
"types": "./dist/migrations/index.d.ts"
},
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/Zastinian/better-auth-typeorm/issues"
},
"files": ["dist"],
"homepage": "https://github.com/Zastinian/better-auth-typeorm",
"keywords": ["better-auth", "typeorm", "plugin", "auth", "better", "adapter", "typescript"],
"license": "MIT",
"peerDependenciesMeta": {
"better-auth": {
"optional": false
},
"typeorm": {
"optional": false
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"type": "module"
}