-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 789 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 789 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
{
"name": "git-sc-cli",
"version": "2.2.1",
"description": "Integrate your git and Shortcut workflows so you never have to leave your terminal.",
"main": "index.js",
"scripts": {},
"keywords": [
"git",
"shortcut",
"clubhouse",
"cli",
"utility",
"command-line",
"tool",
"productivity",
"workflow"
],
"author": "Vuk Petrovic",
"license": "MIT",
"dependencies": {
"columnify": "^1.6.0",
"commander": "^9.1.0",
"joi": "^17.6.0",
"open": "^8.4.0",
"prompt-sync-plus": "^1.0.2",
"wordwrapjs": "^5.1.0"
},
"bin": {
"git-sc": "./index.js"
},
"preferGlobal": true,
"type": "module",
"devDependencies": {
"chai": "^4.3.7",
"install": "^0.13.0",
"mocha": "^10.2.0",
"npm": "^9.2.0"
}
}