-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 857 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 857 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
40
41
{
"name": "git-work-space",
"version": "1.0.0",
"description": "Git worktree management tool with automatic directory navigation and tmux integration",
"bin": {
"git-work-space": "./bin/cli.js"
},
"scripts": {
"test": "echo \"No tests yet\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/yahsan2/git-work-space.git"
},
"homepage": "https://github.com/yahsan2/git-work-space#readme",
"bugs": {
"url": "https://github.com/yahsan2/git-work-space/issues"
},
"keywords": [
"git",
"worktree",
"tmux",
"development",
"workflow",
"productivity",
"git-workflow",
"branch-management"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"preferGlobal": false,
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
]
}