/
opt
/
canhelp
/
node_modules
/
better-auth
/
node_modules
/
@better-auth
/
telemetry
/
/opt/canhelp/node_modules/better-auth/node_modules/@better-auth/telemetry
mkdir
upload
Name
Size
Mode
Actions
dist/
-
0755
rm
LICENSE.md
1099
0644
edit
dl
rm
package.json
1373
0644
edit
dl
rm
README.md
330
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/better-auth/node_modules/@better-auth/telemetry/package.json
(1373B)
{ "name": "@better-auth/telemetry", "version": "1.5.6", "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" }, "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" ] } }, "dependencies": { "@better-auth/utils": "0.3.1", "@better-fetch/fetch": "1.1.21" }, "devDependencies": { "tsdown": "0.21.0-beta.2", "type-fest": "^5.4.4", "@better-auth/core": "1.5.6" }, "peerDependencies": { "@better-auth/core": "1.5.6" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "lint:package": "publint run --strict", "lint:types": "attw --profile esm-only --pack .", "typecheck": "tsc --project tsconfig.json" } }
Save
cmd:
run