mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 01:46:45 -05:00
40 lines
853 B
JSON
40 lines
853 B
JSON
{
|
|
"name": "@better-auth/telemetry",
|
|
"version": "1.4.0-beta.25",
|
|
"description": "Telemetry package for Better Auth",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"dev-source": "./src/index.ts",
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"index": [
|
|
"dist/index.d.mts"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"typecheck": "tsc --project tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"tsdown": "catalog:",
|
|
"type-fest": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@better-auth/utils": "0.3.0",
|
|
"@better-fetch/fetch": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@better-auth/core": "workspace:*"
|
|
}
|
|
}
|