mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-22 16:42:53 -05:00
44 lines
917 B
JSON
44 lines
917 B
JSON
{
|
|
"name": "@better-auth/telemetry",
|
|
"version": "1.4.0-beta.9",
|
|
"description": "Telemetry package for Better Auth",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"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",
|
|
"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:*"
|
|
}
|
|
}
|