-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 807 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "agent-tracker",
"private": true,
"version": "0.2.3",
"description": "Centralized telemetry service for AI coding agents (OpenCode, Cursor, etc.)",
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "bun --filter @agent-tracker/server dev",
"build": "bun --filter '*' build",
"test": "bun --filter '*' test",
"typecheck": "bun --filter '*' typecheck",
"lint": "bun --filter '*' lint"
},
"devDependencies": {
"@changesets/cli": "2.31.0",
"@types/bun": "latest",
"typescript": "^5.5.0"
},
"engines": {
"bun": ">=1.1.0"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"license": "MIT"
}