-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 961 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
40
41
{
"name": "@gableroux/git-bump",
"version": "1.0.8",
"description": "Bump latest git tag following semver and nothing more",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"test": "echo 'no test specified yet, see #5'"
},
"repository": {
"type": "git",
"url": "https://github.com/GabLeRoux/git-bump-cli"
},
"keywords": [
"npm",
"git",
"bump",
"cli"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "Gabriel Le Breton <lebreton.gabriel@gmail.com>",
"license": "MIT",
"dependencies": {
"@octokit/auth-basic": "^1.4.3",
"@octokit/rest": "^17.9.2",
"chalk": "^4.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.4.0",
"inquirer": "^7.1.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"semver": "^7.3.2",
"simple-git": "^2.5.0",
"touch": "^3.1.0"
}
}