generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "@tomgrv/gitutils",
"version": "5.36.0",
"description": "Git utilities and aliases for development workflow",
"files": [
"_*.sh",
"install.sh",
"install-config.sh",
"alias.json",
"config.json",
"stubs/**/*"
],
"bin": {
"deleteChildren": "./_deleteChildren.sh",
"git-align": "./_git-align.sh",
"git-co": "./_git-co.sh",
"git-degit": "./_git-degit.sh",
"git-fix": "./_git-fix.sh",
"git-fix-author": "./_git-fix-author.sh",
"git-fix-emoji": "./_git-fix-emoji.sh",
"git-fix-last": "./_git-fix-last.sh",
"git-fix-lock": "./_git-fix-lock.sh",
"git-fix-mode": "./_git-fix-mode.sh",
"git-fix-privacy": "./_git-fix-privacy.sh",
"git-fix-up": "./_git-fix-up.sh",
"git-forall": "./_git-forall.sh",
"git-getcommit": "./_git-getcommit.sh",
"git-integrate": "./_git-integrate.sh",
"git-pick": "./_git-pick.sh",
"git-release": "./_git-release.sh",
"git-release-alpha": "./_git-release-alpha.sh",
"git-release-beta": "./_git-release-beta.sh",
"git-release-hotfix": "./_git-release-hotfix.sh",
"git-release-prod": "./_git-release-prod.sh",
"setrights": "./_setrights.sh",
"unset": "./_unset.sh"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {
"@tomgrv/common-utils": "^5.0.0",
"@tomgrv/gitversion": "^5.0.0"
}
}