-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
44
45
46
47
48
{
"name": "worktreecli",
"version": "0.1.1",
"description": "git worktree",
"main": "./src/workTreeInit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/xluos/workTreeCli.git"
},
"keywords": [
"workTree",
"git",
"cli"
],
"bin": {
"workTreeCli": "./bin/wt",
"wtc": "./bin/wt"
},
"author": "codedeer",
"license": "MIT",
"bugs": {
"url": "https://github.com/xluos/workTreeCli/issues"
},
"homepage": "https://github.com/xluos/workTreeCli#readme",
"dependencies": {
"chalk": "^2.3.2",
"clear": "^0.1.0",
"cli-color": "^1.4.0",
"cli-table3": "^0.5.1",
"clui": "^0.3.6",
"configstore": "^4.0.0",
"figlet": "^1.2.1",
"fs-extra": "^7.0.1",
"inquirer": "^6.3.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"minimist": "^1.2.0",
"msee": "^0.3.5",
"shelljs": "^0.8.3",
"simple-git": "^1.110.0"
},
"devDependencies": {
"@types/fs-extra": "^5.0.5",
"simple-git-types": "^1.53.10"
}
}