mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hannes Rudolph <hrudolph@gmail.com>
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "@roo-code/telemetry",
|
|
"description": "Roo Code telemetry service and clients.",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint src --ext=ts --max-warnings=0",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"clean": "rimraf .turbo"
|
|
},
|
|
"dependencies": {
|
|
"@roo-code/types": "workspace:^",
|
|
"posthog-node": "^5.0.0",
|
|
"zod": "^3.25.61"
|
|
},
|
|
"devDependencies": {
|
|
"@roo-code/config-eslint": "workspace:^",
|
|
"@roo-code/config-typescript": "workspace:^",
|
|
"@types/node": "20.x",
|
|
"@types/vscode": "^1.84.0",
|
|
"vitest": "^3.2.3"
|
|
}
|
|
}
|