-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 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
{
"name": "gitwrapped",
"version": "2.1.0",
"description": "Your repository's stats - a beautiful CLI tool to visualize your Git statistics with comprehensive insights, branch analytics, streaks, and achievements.",
"type": "module",
"scripts": {
"test": "node index.js"
},
"author": "David Amunga",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"asciichart": "^1.5.25",
"boxen": "^7.1.1",
"gradient-string": "^2.0.2",
"ora": "^8.0.1",
"commander": "^12.0.0"
},
"bin": {
"gitwrapped": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidAmunga/gitwrapped.git"
},
"keywords": [
"git",
"cli",
"statistics",
"git-stats",
"repository-analysis",
"version-control",
"developer-tools",
"gitwrapped",
"commit-analysis",
"git-branches",
"git-wrapped",
"commit-streaks",
"code-statistics",
"contributor-stats",
"git-insights",
"git-visualization",
"spotify-wrapped",
"year-in-review",
"coding-stats"
]
}