-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 821 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
{
"name": "igm",
"version": "2.7.8",
"description": "",
"main": "index.js",
"bin": {
"igm": "src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"igm",
"interactive git",
"yatharth",
"easygit",
"modified git",
"easy to use git",
"git interactive",
"ig",
"igm git",
"i",
"git",
"g"
],
"author": "Yatharth Verma",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/yatharth1706/ig-InteractiveGit.git"
},
"dependencies": {
"chalk": "^4.1.0",
"execa": "^4.0.2",
"inquirer": "^7.1.0",
"inquirer-maxlength-input-prompt": "^1.0.0",
"meow": "^7.0.1",
"node-fetch": "^2.6.0",
"ora": "^4.0.4",
"parse-git-status": "^0.1.0"
}
}