-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "git-ultimate-cloner",
"version": "4.0.0",
"description": "Are you tried of cloning repo, opening in vs-code and installing packages in various folders... No more use git-ultimate-cloner and make your life simple",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"git clone",
"cli",
"gitlab",
"npm install",
"git-ultimate-cloner",
"quick clone",
"args",
"argv"
],
"repository": {
"type": "git",
"url": "https://github.com/kvssankar/git-ultimate-cloner-npm.git"
},
"author": "KVSSK",
"license": "MIT",
"bugs": {
"url": "https://github.com/kvssankar/git-ultimate-cloner-npm/issues"
},
"bin": {
"guc": "index.js"
},
"homepage": "https://github.com/kvssankar/git-ultimate-cloner-npm#readme",
"dependencies": {
"cli-spinner": "^0.2.10",
"colors": "^1.4.0",
"commander": "^9.4.1",
"data-store": "^4.0.3",
"hyperlinker": "^1.0.0",
"shelljs": "^0.8.4"
}
}