-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 859 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 859 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@da-trollefsen/claude-wrapped",
"version": "1.0.4",
"description": "Your history with Claude Code - a Spotify Wrapped style visual terminal experience.",
"bin": {
"claude-wrapped": "./bin/cli.js",
"claude-code-wrapped": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/da-troll/claude-wrapped.git"
},
"keywords": [
"claude",
"anthropic",
"cli",
"wrapped",
"stats",
"terminal",
"claude-code",
"analytics",
"export",
"2025",
"2026",
"2027"
],
"author": "Daniel Tollefsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/da-troll/claude-wrapped/issues"
},
"homepage": "https://github.com/da-troll/claude-wrapped#readme",
"engines": {
"node": ">=16.0.0"
}
}