-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 980 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
{
"name": "gh-cli-ui",
"version": "0.1.0",
"description": "Terminal app to navigate GitHub repos",
"type": "module",
"main": "src/index.js",
"bin": {
"gh-ui-cli": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slammayjammay/gh-ui-cli.git"
},
"author": "Scott McKenzie",
"license": "ISC",
"bugs": {
"url": "https://github.com/slammayjammay/gh-ui-cli/issues"
},
"homepage": "https://github.com/slammayjammay/gh-ui-cli#readme",
"dependencies": {
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.0",
"emphasize": "^4.2.0",
"figlet": "^1.5.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"node-pager": "^0.3.5",
"readline-refresh-line": "github:slammayjammay/readline-refresh-line",
"string-width": "^4.2.2",
"strip-ansi": "^6.0.0",
"terminal-jumper": "github:slammayjammay/terminal-jumper#dev",
"vats": "git+https://github.com/slammayjammay/vats.git#dev"
}
}