forked from rw251/git-summary
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 788 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
{
"name": "git-summary",
"version": "2.0.0",
"description": "Summarize the status of Git repositories within a directory",
"bin": {
"git-summary": "git-summary.js"
},
"files": [
"git-summary.js",
"screenshot.svg"
],
"scripts": {
"test": "node --test"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamdevlinph/git-summary-sh.git"
},
"keywords": [
"git",
"status"
],
"author": "iamdevlinph@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamdevlinph/git-summary-sh/issues"
},
"homepage": "https://github.com/iamdevlinph/git-summary-sh#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}