mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@better-auth/telemetry",
|
|
"version": "1.6.7",
|
|
"description": "Telemetry package for Better Auth",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://www.better-auth.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/better-auth/better-auth.git",
|
|
"directory": "packages/telemetry"
|
|
},
|
|
"keywords": [
|
|
"auth",
|
|
"telemetry",
|
|
"typescript",
|
|
"better-auth"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"lint:package": "publint run --strict --pack false",
|
|
"lint:types": "attw --profile esm-only --pack .",
|
|
"typecheck": "tsc --project tsconfig.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"dev-source": "./src/index.ts",
|
|
"types": "./dist/index.d.mts",
|
|
"node": "./dist/node.mjs",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"index": [
|
|
"dist/index.d.mts"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@better-auth/core": "workspace:*",
|
|
"tsdown": "catalog:",
|
|
"type-fest": "^5.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@better-auth/core": "workspace:^",
|
|
"@better-auth/utils": "catalog:",
|
|
"@better-fetch/fetch": "catalog:"
|
|
}
|
|
}
|