From 5e5c269346ca4bc379de8e189cbb3e116427116b Mon Sep 17 00:00:00 2001 From: YouXam Date: Wed, 27 Aug 2025 20:34:49 +0800 Subject: [PATCH] update name in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ead444..8d8d142 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "ai-usage-dashboard", + "name": "claude-code-usage-dashboard", "version": "1.0.0", - "description": "AI API Usage Dashboard with billing period tracking", + "description": "Claude Code Usage Dashboard with billing period tracking", "main": "server/index.ts", "type": "module", "private": true,