mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
46 lines
995 B
JSON
46 lines
995 B
JSON
{
|
|
"name": "@better-auth/telemetry",
|
|
"version": "1.4.0-beta.12",
|
|
"description": "Telemetry package for Better Auth",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"better-auth-dev-source": "./src/index.ts",
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"index": [
|
|
"dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"typecheck": "tsc --project tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"tsdown": "^0.15.6",
|
|
"type-fest": "^4.31.0"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/utils": "0.3.0",
|
|
"@better-fetch/fetch": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@better-auth/core": "workspace:*"
|
|
}
|
|
}
|