-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.05 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
45
46
{
"name": "gitg0",
"version": "1.0.3",
"description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.",
"bin": {
"gtg": "./bin/index.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotrachit/gitg0.git"
},
"keywords": [
"Git",
"CLI"
],
"author": "Rachit Gupta",
"license": "GNU GPL V3",
"bugs": {
"url": "https://github.com/dotrachit/gitg0/issues"
},
"homepage": "https://github.com/dotrachit/gitg0#readme",
"dependencies": {
"axios": "^0.21.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"commander": "^6.2.0",
"cowsay": "^1.4.0",
"figlet": "^1.5.0",
"git-remote-origin-url": "^3.1.0",
"inquirer": "^7.3.3",
"nlcst-to-string": "^2.0.4",
"node-emoji": "^1.10.0",
"path": "^0.12.7",
"retext": "^7.0.1",
"retext-keywords": "^6.0.0",
"retext-pos": "^3.0.0",
"sentence-engine": "^0.7.0",
"simple-git": "^2.23.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}