cursor-usage-tracker 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="public/logo.png" alt="Cursor Usage Tracker" width="100" height="100" />
|
|
2
|
+
<img src="public/logo.png" alt="Cursor Usage Tracker - open-source Cursor Enterprise cost monitoring dashboard with anomaly detection and Slack alerts" width="100" height="100" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Cursor Usage Tracker</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
Know who's burning through your AI budget before the invoice tells you.
|
|
8
|
+
Know who's burning through your AI budget before the invoice tells you. Open-source Cursor Enterprise cost monitoring with anomaly detection, Slack alerts, and spend analytics.
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://cursor-usage-tracker.sticklight.app">Website</a> · <a href="#quick-start">Quick Start</a> · <a href="#deploy">Deploy</a> · <a href="#features">Features</a>
|
|
9
13
|
</p>
|
|
10
14
|
|
|
11
15
|
<p align="center">
|
|
@@ -46,7 +50,7 @@ Your company has 50+ developers on Cursor. Do you know who's spending $200/day o
|
|
|
46
50
|
|
|
47
51
|
You're about to find out.
|
|
48
52
|
|
|
49
|
-

|
|
50
54
|
|
|
51
55
|
<sub>Demo animation created with <a href="https://github.com/ofershap/remotion-readme-kit">remotion-readme-kit</a></sub>
|
|
52
56
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cursor-usage-tracker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
|
|
5
|
+
"homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"dev": "next dev",
|
|
@@ -68,7 +69,6 @@
|
|
|
68
69
|
"bugs": {
|
|
69
70
|
"url": "https://github.com/ofershap/cursor-usage-tracker/issues"
|
|
70
71
|
},
|
|
71
|
-
"homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@tailwindcss/postcss": "^4.1.18",
|
|
74
74
|
"better-sqlite3": "^12.6.2",
|