-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 882 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
{
"name": "github-auto-init",
"version": "1.0.1",
"description": "This tools helps you automate the task of creating github repo locally and then pushing it to remote repo with advanced UI",
"main": "index.js",
"bin": {
"gitinit": "index.js"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nileskh16/git-init.git"
},
"keywords": [
"github",
"init",
"auto",
"create",
"repository",
"github",
"repo"
],
"author": "nileskh2504",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^15.4.0",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^3.1.2",
"figlet": "^1.2.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"simple-git": "^1.92.0",
"touch": "^3.1.0"
}
}