-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.31 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.31 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "agentlytics",
"version": "0.2.8",
"description": "Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravity, OpenCode, Command Code",
"main": "index.js",
"bin": {
"agentlytics": "./index.js"
},
"files": [
"index.js",
"cache.js",
"server.js",
"share-image.js",
"relay-server.js",
"relay-client.js",
"mcp-server.js",
"pricing.js",
"pricing.json",
"editors/",
"ui/src/",
"ui/index.html",
"ui/package.json",
"ui/package-lock.json",
"ui/vite.config.js",
"ui/eslint.config.js",
"README.md",
"mod.ts",
"deno.json"
],
"scripts": {
"start": "node index.js",
"build": "cd ui && npm install && npm run build",
"dev": "cd ui && npm run dev"
},
"keywords": [
"cursor",
"windsurf",
"claude",
"vscode",
"copilot",
"zed",
"antigravity",
"opencode",
"codex",
"analytics",
"ai",
"agent"
],
"author": "fkadev",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/f/agentlytics"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"better-sqlite3": "^12.6.2",
"chalk": "^4.1.2",
"express": "^4.22.1",
"log-update": "^4.0.0",
"open": "^8.4.2"
}
}