ccusage-ui 0.1.1 → 0.1.2

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 CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Web UI dashboard for [Claude Code](https://claude.ai/code) usage statistics.
4
4
 
5
- ![screenshot](https://img.shields.io/badge/port-8150-blue)
5
+ [![screenshot](screenshot.png)](screenshot.png)
6
+
7
+ ![port](https://img.shields.io/badge/port-8150-blue)
6
8
  ![npm](https://img.shields.io/npm/v/ccusage-ui)
7
9
 
8
10
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccusage-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "server.js",
5
5
  "bin": {
6
6
  "ccusage-ui": "server.js"
@@ -10,9 +10,17 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "keywords": [],
13
- "author": "",
13
+ "author": "Doha Park",
14
14
  "license": "MIT",
15
15
  "description": "Web UI for Claude Code usage statistics",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/sowonlabs/ccusage-ui.git"
19
+ },
20
+ "homepage": "https://github.com/sowonlabs/ccusage-ui",
21
+ "bugs": {
22
+ "url": "https://github.com/sowonlabs/ccusage-ui/issues"
23
+ },
16
24
  "dependencies": {
17
25
  "ccusage": "^18.0.0"
18
26
  }
package/screenshot.png ADDED
Binary file