@tribute-tg/better-auth
Version:
Tribute integration for better-auth
70 lines (69 loc) • 1.6 kB
JSON
{
"name": "@tribute-tg/better-auth",
"version": "2.1.8",
"description": "Tribute integration for better-auth",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
"import": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsdown ./src/index.ts --format esm,cjs --dts --clean --sourcemap",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"homepage": "https://wiki.tribute.tg",
"repository": {
"type": "git",
"url": "git+https://github.com/vitalygashkov/tribute-tg.git"
},
"keywords": [
"tribute",
"better-auth",
"payments",
"subscriptions"
],
"bugs": {
"url": "https://github.com/vitalygashkov/tribute-tg/issues",
"email": "vitalygashkov@vk.com"
},
"author": "Vitaly Gashkov <vitalygashkov@vk.com>",
"license": "MIT",
"readmeFilename": "README.md",
"funding": [
{
"type": "individual",
"url": "https://t.me/tribute/app?startapp=dqW2"
}
],
"devDependencies": {
"@sindresorhus/tsconfig": "^8.1.0",
"@tribute-tg/sdk": "^0.1.4",
"@types/node": "^24.10.1",
"better-auth": "^1.4.3",
"tsdown": "^0.16.7",
"typescript": "^5.9.3",
"vitest": "^4.0.14"
},
"dependencies": {
"zod": "^4.1.13"
},
"peerDependencies": {
"@tribute-tg/sdk": "~0.1.3",
"better-auth": "^1.4.3"
}
}