|
1 | 1 | {
|
2 |
| - "name": "github-interact-cli", |
3 |
| - "version": "3.3.3", |
4 |
| - "description": "", |
5 |
| - "license": "MIT", |
6 |
| - "repository": "https://github.com/msaaddev/github-interact-cli", |
7 |
| - "main": "index.js", |
8 |
| - "author": { |
9 |
| - "name": "Saad Irfan", |
10 |
| - "email": "mrsaadirfan@gmail.com", |
11 |
| - "url": "https://twitter.com/msaaddev" |
12 |
| - }, |
13 |
| - "bin": { |
14 |
| - "github": "index.js", |
15 |
| - "github-cli": "index.js", |
16 |
| - "github-new": "utils/repo.js", |
17 |
| - "github-get": "utils/gtRepo.js", |
18 |
| - "github-issue": "utils/issue.js", |
19 |
| - "github-stars": "utils/stars.js", |
20 |
| - "github-email": "utils/email.js", |
21 |
| - "github-delete": "utils/delete.js" |
22 |
| - }, |
23 |
| - "files": [ |
24 |
| - "index.js", |
25 |
| - "utils/*" |
26 |
| - ], |
27 |
| - "keywords": [ |
28 |
| - "github-cli", |
29 |
| - "create-repo", |
30 |
| - "cli", |
31 |
| - "github automation", |
32 |
| - "delete-repo", |
33 |
| - "stargazers", |
34 |
| - "issues", |
35 |
| - "github-issues", |
36 |
| - "get all repos", |
37 |
| - "node.js automation" |
38 |
| - ], |
39 |
| - "dependencies": { |
40 |
| - "axios": "^0.19.2", |
41 |
| - "chalk": "^4.0.0", |
42 |
| - "clear": "^0.1.0", |
43 |
| - "console-read-write": "^0.1.1", |
44 |
| - "fs": "0.0.1-security" |
45 |
| - } |
| 2 | + "name": "github-interact-cli", |
| 3 | + "version": "3.3.3", |
| 4 | + "description": "A CLI which lets you perform repetitive github tasks", |
| 5 | + "license": "MIT", |
| 6 | + "repository": "https://github.com/msaaddev/github-interact-cli", |
| 7 | + "main": "index.js", |
| 8 | + "author": { |
| 9 | + "name": "Saad Irfan", |
| 10 | + "email": "mrsaadirfan@gmail.com", |
| 11 | + "url": "https://twitter.com/msaaddev" |
| 12 | + }, |
| 13 | + "bin": { |
| 14 | + "github": "index.js", |
| 15 | + "github-cli": "index.js", |
| 16 | + "github-new": "utils/repo.js", |
| 17 | + "github-get": "utils/gtRepo.js", |
| 18 | + "github-issue": "utils/issue.js", |
| 19 | + "github-stars": "utils/stars.js", |
| 20 | + "github-email": "utils/email.js", |
| 21 | + "github-delete": "utils/delete.js" |
| 22 | + }, |
| 23 | + "files": [ |
| 24 | + "index.js", |
| 25 | + "utils/*" |
| 26 | + ], |
| 27 | + "keywords": [ |
| 28 | + "github-cli", |
| 29 | + "create-repo", |
| 30 | + "cli", |
| 31 | + "github automation", |
| 32 | + "delete-repo", |
| 33 | + "stargazers", |
| 34 | + "issues", |
| 35 | + "github-issues", |
| 36 | + "get all repos", |
| 37 | + "node.js automation" |
| 38 | + ], |
| 39 | + "dependencies": { |
| 40 | + "axios": "^0.19.2", |
| 41 | + "chalk": "^4.0.0", |
| 42 | + "clear": "^0.1.0", |
| 43 | + "console-read-write": "^0.1.1", |
| 44 | + "fs": "0.0.1-security" |
| 45 | + } |
46 | 46 | }
|
0 commit comments