-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 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
{
"name": "gittey",
"version": "1.15.0",
"description": "Git utils for enhanced worflows",
"main": "index.js",
"bin": {
"gittey": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cmstead/gittey.git"
},
"keywords": [
"git",
"utilities",
"helpers"
],
"author": "Chris Stead",
"license": "MPL-2.0",
"dependencies": {
"axios": "^0.21.0",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"compare-versions": "^3.6.0",
"console.table": "^0.10.0",
"inquirer": "^7.3.3",
"matchlight": "^2.1.0",
"npm-api": "^1.0.0"
}
}