-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 844 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
{
"name": "get-github-hosts",
"version": "1.0.3",
"description": "Get github hosts with nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"lint": "eslint **/*.js"
},
"bin": {
"ggh": "./bin/ggh.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drylint/get-github-hosts.git"
},
"bugs": {
"url": "https://github.com/drylint/get-github-hosts/issues"
},
"homepage": "https://github.com/drylint/get-github-hosts#readme",
"keywords": [
"get-github-hosts",
"github hosts",
"hosts"
],
"author": "drylint",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"dayjs": "^1.10.4"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-better": "0.0.10"
}
}