-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 879 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 879 Bytes
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
{
"name": "github-hosts",
"version": "1.1.1",
"description": "Simple command line utility for querying and updating hosts of GitHub.",
"main": "index.js",
"bin": {
"github-hosts": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"github",
"hosts"
],
"author": {
"name": "Stone",
"email": "star2018@outlook.com"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/star2018/github-hosts.git"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"chalk": "^2.4.2",
"cli-progress": "^3.8.2",
"clipboardy": "^2.3.0",
"got": "^11.6.2",
"hosts-so-easy": "1.2.8",
"inquirer": "^6.5.2",
"log-symbols": "^4.0.0",
"ping": "^0.2.3",
"table": "^6.0.3",
"yargs": "^16.0.3"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}