-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 988 Bytes
/
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
{
"name": "gitmo-cli",
"version": "1.0.3",
"description": "An simple CLI for GitHub with an extra texture of emoji which look so cool and add more attractive commit to your git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamsahmedansari/gitmo-cli.git"
},
"keywords": [
"github",
"git",
"git",
"commit",
"commit",
"cli",
"emoji",
"cool",
"nodejs",
"gitlab"
],
"author": "Hams Ahmed Ansari",
"license": "MIT",
"bugs": {
"url": "https://github.com/hamsahmedansari/gitmo-cli/issues"
},
"homepage": "https://github.com/hamsahmedansari/gitmo-cli#readme",
"dependencies": {
"chalk": "^2.4.2",
"figlet": "^1.2.1",
"inquirer": "^6.3.1",
"shelljs": "^0.8.3",
"yargs": "^13.2.2"
},
"preferGlobal": true,
"bin": {
"gitmo": "./index.js"
}
}