-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.18 KB
/
package.json
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
49
50
51
52
53
54
55
{
"name": "yaba-release-cli",
"version": "1.7.7",
"description": "Yaba is a simple CLI tool that helps you manage releases of your Github projects.",
"main": "bin/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Volkan Tokmak",
"githubProfile": "https://github.com/volkanto",
"repository": {
"type": "git",
"url": "https://github.com/volkanto/yaba.git",
"user": "volkanto",
"name": "yaba"
},
"bugs": {
"url": "https://github.com/volkanto/yaba/issues"
},
"license": "MIT",
"bin": {
"yaba": "./bin/index.js"
},
"dependencies": {
"axios": "^1.2.0",
"boxen": "^8.0.0",
"date-fns": "^4.0.0",
"hyperlinker": "^1.0.0",
"is-online": "^11.0.0",
"kleur": "^4.1.5",
"latest-version": "^9.0.0",
"octokit": "^4.0.2",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"semver": "^7.3.8",
"supports-hyperlinks": "^3.0.0",
"yargs": "^17.6.2"
},
"keywords": [
"github",
"github-cli",
"github-release",
"github-tag",
"cli",
"release",
"tag",
"build",
"changelog",
"yaba",
"shell",
"publish",
"git"
]
}